Testing a different Jenkinsfile
Some checks failed
dreamfall/mcmillian.dev/pipeline/head There was a failure building this commit

This commit is contained in:
Morgan McMillian 2022-11-19 16:53:55 -08:00
parent 12aa3caa22
commit 59cc305c07

3
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent none
agent {
node {
ansiblePlaybook(
playbook: 'main.yaml',
@ -7,3 +7,4 @@ pipeline {
)
}
}
}