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
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
|
@ -1,9 +1,10 @@
|
|||
pipeline {
|
||||
agent none
|
||||
node {
|
||||
ansiblePlaybook(
|
||||
playbook: 'main.yaml',
|
||||
credentialsId: 'onedrop-vetinari'
|
||||
)
|
||||
agent {
|
||||
node {
|
||||
ansiblePlaybook(
|
||||
playbook: 'main.yaml',
|
||||
credentialsId: 'onedrop-vetinari'
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue