use node definition
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
8013eef0e1
commit
12aa3caa22
1 changed files with 5 additions and 12 deletions
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
|
@ -1,16 +1,9 @@
|
|||
pipeline {
|
||||
agent none
|
||||
environment {
|
||||
SNAPCRAFT_STORE_CREDENTIALS = credentials('snapcraft-store-credentials')
|
||||
}
|
||||
stages {
|
||||
stage('Execute playbook') {
|
||||
steps {
|
||||
ansiblePlaybook(
|
||||
playbook: 'main.yaml',
|
||||
credentialsId: 'onedrop-vetinari'
|
||||
)
|
||||
}
|
||||
}
|
||||
node {
|
||||
ansiblePlaybook(
|
||||
playbook: 'main.yaml',
|
||||
credentialsId: 'onedrop-vetinari'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue