fix typo in credential id
All checks were successful
git.dreamfall.space/morgan.mcmillian.dev/pipeline/head This commit looks good
All checks were successful
git.dreamfall.space/morgan.mcmillian.dev/pipeline/head This commit looks good
This commit is contained in:
parent
798f5c3f8d
commit
37d62ef1e6
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -14,7 +14,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Execute playbook') {
|
stage('Execute playbook') {
|
||||||
steps {
|
steps {
|
||||||
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deply")
|
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deploy")
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Reference in a new issue