set agent label to docker in Jenkinsfiles
This commit is contained in:
4
dockerfiles/tasks/php/Jenkinsfile
vendored
4
dockerfiles/tasks/php/Jenkinsfile
vendored
@@ -1,10 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent { label 'docker' }
|
||||
triggers {
|
||||
cron('@daily')
|
||||
}
|
||||
options {
|
||||
disableConcurrentBuilds(),
|
||||
disableConcurrentBuilds()
|
||||
buildDiscarder(logRotator(numToKeepStr: '2'))
|
||||
}
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user