diff --git a/dockerfiles/tasks/php/Jenkinsfile b/dockerfiles/tasks/php/Jenkinsfile index 5fefac0..f8a820f 100644 --- a/dockerfiles/tasks/php/Jenkinsfile +++ b/dockerfiles/tasks/php/Jenkinsfile @@ -1,10 +1,10 @@ pipeline { - agent any + agent { label 'docker' } triggers { cron('@daily') } options { - disableConcurrentBuilds(), + disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '2')) } stages {