update jenkinsfile
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good

This commit is contained in:
Dany LE 2023-01-01 15:13:02 +01:00
parent b24a263996
commit f2ff7339d6

2
Jenkinsfile vendored
View File

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