Update Jenkinsfile to change agent label from 'Built-In Node' to 'master', aligning with current infrastructure standards.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,6 +1,6 @@
|
||||
pipeline {
|
||||
agent {
|
||||
label 'Built-In Node'
|
||||
label 'master'
|
||||
}
|
||||
|
||||
options {
|
||||
|
||||
Reference in New Issue
Block a user