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{ pipeline{
agent { node{ label'master' }} agent { node{ label'workstation' }}
options { options {
// Limit build history with buildDiscarder option: // Limit build history with buildDiscarder option:
// daysToKeepStr: history is only kept up to this many days. // daysToKeepStr: history is only kept up to this many days.