limit to specific agents
All checks were successful
dreamfall/mcmillian.dev/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2022-11-19 17:34:15 -08:00
parent 41b67d5d8b
commit bd5233b93c

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent any
agent { label "ansible" }
stages {
stage('Execute playbook') {
steps {