set agent label to docker in Jenkinsfiles
This commit is contained in:
2
dockerfiles/tasks/Jenkinsfile
vendored
2
dockerfiles/tasks/Jenkinsfile
vendored
@@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { label 'docker' }
|
||||||
parameters {
|
parameters {
|
||||||
choice(
|
choice(
|
||||||
name: 'IMAGE',
|
name: 'IMAGE',
|
||||||
|
|||||||
2
dockerfiles/tasks/ansible/Jenkinsfile
vendored
2
dockerfiles/tasks/ansible/Jenkinsfile
vendored
@@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { label 'docker' }
|
||||||
triggers {
|
triggers {
|
||||||
cron('@daily')
|
cron('@daily')
|
||||||
}
|
}
|
||||||
|
|||||||
2
dockerfiles/tasks/apidocjs/Jenkinsfile
vendored
2
dockerfiles/tasks/apidocjs/Jenkinsfile
vendored
@@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { label 'docker' }
|
||||||
triggers {
|
triggers {
|
||||||
cron('@daily')
|
cron('@daily')
|
||||||
}
|
}
|
||||||
|
|||||||
2
dockerfiles/tasks/composer/Jenkinsfile
vendored
2
dockerfiles/tasks/composer/Jenkinsfile
vendored
@@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { label 'docker' }
|
||||||
triggers {
|
triggers {
|
||||||
cron('@daily')
|
cron('@daily')
|
||||||
}
|
}
|
||||||
|
|||||||
2
dockerfiles/tasks/mondrian/Jenkinsfile
vendored
2
dockerfiles/tasks/mondrian/Jenkinsfile
vendored
@@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { label 'docker' }
|
||||||
triggers {
|
triggers {
|
||||||
cron('@daily')
|
cron('@daily')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user