Adjust environment for ansible
All checks were successful
thrrgilag/mcmillian.us/pipeline/head This commit looks good
All checks were successful
thrrgilag/mcmillian.us/pipeline/head This commit looks good
This commit is contained in:
parent
03bb29194f
commit
68c64a667e
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -3,6 +3,7 @@ pipeline {
|
||||||
environment {
|
environment {
|
||||||
CHAT = "morgan@mcmillian.dev"
|
CHAT = "morgan@mcmillian.dev"
|
||||||
MAIL = "morgan@mcmillian.dev"
|
MAIL = "morgan@mcmillian.dev"
|
||||||
|
ANSIBLE_HOST_KEY_CHECKING = "False"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Execute playbook') {
|
stage('Execute playbook') {
|
||||||
|
|
Loading…
Reference in a new issue