Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2023-01-01 13:02:53 +01:00
parent d00bd8e666
commit 0f4506141f

2
Jenkinsfile vendored
View File

@ -70,6 +70,7 @@ pipeline{
tree antos tree antos
''' '''
} }
}
stage("AMD64") { stage("AMD64") {
agent { agent {
docker { docker {
@ -118,4 +119,3 @@ pipeline{
} }
} }
} }
}