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