Compare commits
7 Commits
snyk-fix-6
...
v1.2.1
Author | SHA1 | Date | |
---|---|---|---|
|
f34e92ff3c | ||
|
c74f8119ae | ||
|
39ddea389a | ||
|
9aa745e5a2 | ||
|
38c8bc2384 | ||
|
584ca67799 | ||
|
cf7fac325f |
@@ -11,7 +11,7 @@ RUN \
|
||||
apt-get update -y -qq && \
|
||||
apt install -y -qq \
|
||||
git cmake build-essential libssl-dev zlib1g-dev \
|
||||
curl unzip zip pkg-config
|
||||
curl unzip zip pkg-config ca-certificates
|
||||
RUN git clone https://github.com/open-amt-cloud-toolkit/rpc.git
|
||||
WORKDIR /rpc
|
||||
RUN mkdir -p build
|
||||
|
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -1,6 +1,5 @@
|
||||
pipeline {
|
||||
agent none
|
||||
triggers {cron '@daily'}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '5', daysToKeepStr: '30'))
|
||||
timestamps()
|
||||
@@ -169,4 +168,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user