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