limit to specific agents
All checks were successful
dreamfall/mcmillian.dev/pipeline/head This commit looks good
All checks were successful
dreamfall/mcmillian.dev/pipeline/head This commit looks good
This commit is contained in:
parent
41b67d5d8b
commit
bd5233b93c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { label "ansible" }
|
||||||
stages {
|
stages {
|
||||||
stage('Execute playbook') {
|
stage('Execute playbook') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue