fix xmpp bot notification
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2024-04-21 08:30:19 -07:00
parent 2e549ee3ff
commit 14a7fe0d02

2
Jenkinsfile vendored
View file

@ -1,7 +1,7 @@
pipeline { pipeline {
agent none agent none
environment { environment {
CHAT = "devel@conference.mcmillian.dev" CHAT = "spacenerdmo@clacks.network"
} }
stages { stages {
stage('Build docker image') { stage('Build docker image') {