Adjust environment for ansible
thrrgilag/mcmillian.us/pipeline/head This commit looks good Details

This commit is contained in:
Morgan McMillian 2023-11-10 15:46:29 -08:00
parent 03bb29194f
commit 68c64a667e
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ pipeline {
environment {
CHAT = "morgan@mcmillian.dev"
MAIL = "morgan@mcmillian.dev"
ANSIBLE_HOST_KEY_CHECKING = "False"
}
stages {
stage('Execute playbook') {