diff --git a/Jenkinsfile b/Jenkinsfile index b271042..d902a01 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { - agent { label 'ansible' } + agent { label 'hugo' } environment { - CHAT = "morgan@mcmillian.dev" + CHAT = "spacenerdmo@clacks.network" MAIL = "morgan@mcmillian.dev" ANSIBLE_HOST_KEY_CHECKING = "False" }