Testing a different Jenkinsfile
Some checks failed
dreamfall/mcmillian.dev/pipeline/head There was a failure building this commit
Some checks failed
dreamfall/mcmillian.dev/pipeline/head There was a failure building this commit
This commit is contained in:
parent
12aa3caa22
commit
59cc305c07
1 changed files with 7 additions and 6 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,9 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent {
|
||||||
node {
|
node {
|
||||||
ansiblePlaybook(
|
ansiblePlaybook(
|
||||||
playbook: 'main.yaml',
|
playbook: 'main.yaml',
|
||||||
credentialsId: 'onedrop-vetinari'
|
credentialsId: 'onedrop-vetinari'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue