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 {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
environment {
|
node {
|
||||||
SNAPCRAFT_STORE_CREDENTIALS = credentials('snapcraft-store-credentials')
|
ansiblePlaybook(
|
||||||
}
|
playbook: 'main.yaml',
|
||||||
stages {
|
credentialsId: 'onedrop-vetinari'
|
||||||
stage('Execute playbook') {
|
)
|
||||||
steps {
|
|
||||||
ansiblePlaybook(
|
|
||||||
playbook: 'main.yaml',
|
|
||||||
credentialsId: 'onedrop-vetinari'
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue