Refactor Jenkinsfile to simplify agent configuration. Changed from a specific agent label to 'any', allowing for more flexible build agent selection.
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -1,8 +1,5 @@
|
||||
pipeline {
|
||||
agent {
|
||||
label 'master'
|
||||
}
|
||||
|
||||
agent any
|
||||
options {
|
||||
timestamps()
|
||||
disableConcurrentBuilds()
|
||||
|
||||
Reference in New Issue
Block a user