update jenkins build

This commit is contained in:
Morgan McMillian 2024-08-09 09:24:03 -07:00
parent 8075b57550
commit b3d4f99dca

4
Jenkinsfile vendored
View file

@ -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"
}