New builds

This commit is contained in:
retropikzel 2026-07-22 18:06:27 +03:00
parent d9e9ea0e90
commit 26b3f9007c
1 changed files with 13 additions and 11 deletions

2
Jenkinsfile vendored
View File

@ -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 {