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 {
|
||||
agent any
|
||||
agent { label 'docker' }
|
||||
parameters {
|
||||
choice(
|
||||
name: 'IMAGE',
|
||||
|
||||
Reference in New Issue
Block a user