Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Update comments
  • Loading branch information
mversche authored and GitHub Enterprise committed Nov 11, 2024
1 parent 8727e7c commit 4e56942
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
pipeline {

agent { //pick a build agent with label BLDLNX.
label 'BDEBLL' //Sandbox can use BLDLNX/BLDIBM/BLDSUN,
//GNRLD/GNRIBM/GNRSUN

agent {
label 'BDEBLL' //pick a build agent with label
}
options {
disableConcurrentBuilds() //this job never build concurrently
Expand Down

0 comments on commit 4e56942

Please sign in to comment.