New builds
This commit is contained in:
parent
26b3f9007c
commit
62084a7d39
|
|
@ -30,7 +30,7 @@ pipeline {
|
||||||
args '--user=root'
|
args '--user=root'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
steps {
|
||||||
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue