New builds
This commit is contained in:
parent
d9e9ea0e90
commit
26b3f9007c
|
|
@ -30,6 +30,7 @@ pipeline {
|
||||||
args '--user=root'
|
args '--user=root'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stages {
|
||||||
stage('init') {
|
stage('init') {
|
||||||
steps {
|
steps {
|
||||||
sh "apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev"
|
sh "apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev"
|
||||||
|
|
@ -46,6 +47,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue