New builds

This commit is contained in:
retropikzel 2026-07-22 18:06:55 +03:00
parent 26b3f9007c
commit 62084a7d39
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
args '--user=root'
}
}
stages {
steps {
stage('init') {
steps {
sh "apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev"