Morgan McMillian
12aa3caa22
Some checks failed
dreamfall/mcmillian.dev/pipeline/head There was a failure building this commit
9 lines
161 B
Groovy
9 lines
161 B
Groovy
pipeline {
|
|
agent none
|
|
node {
|
|
ansiblePlaybook(
|
|
playbook: 'main.yaml',
|
|
credentialsId: 'onedrop-vetinari'
|
|
)
|
|
}
|
|
}
|