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