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:06:52 +01:00
parent 046815a6d1
commit b4a4922a6c

2
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ def parallelStagesMap = getBranches("gitea-sync/antos").collectEntries {
pipeline{
agent { node{ label'workstation' }}
agent { node{ label'master' }}
options {
// Limit build history with buildDiscarder option:
// daysToKeepStr: history is only kept up to this many days.