Update Jenkinsfile to specify 'Built-In Node' as the agent label, enhancing clarity in the pipeline configuration.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,6 +1,6 @@
|
||||
pipeline {
|
||||
agent {
|
||||
label 'any'
|
||||
label 'Built-In Node'
|
||||
}
|
||||
|
||||
options {
|
||||
|
||||
Reference in New Issue
Block a user