Skip to content

Commit

Permalink
Replace all master labels in jenkins files
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Dec 21, 2022
1 parent b634a7f commit af35446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CompositeJenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MASTER_BRANCH = 'master'

pipeline {
agent { label 'master' }
agent { label 'jenkins-worker' }
options {
skipDefaultCheckout() // no checkout needed
buildDiscarder(logRotator(numToKeepStr: '100'))
Expand Down Expand Up @@ -31,4 +31,4 @@ pipeline {
}
}
}
}
}

0 comments on commit af35446

Please sign in to comment.