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 {
agent none
environment {
CHAT = "devel@conference.mcmillian.dev"
CHAT = "spacenerdmo@clacks.network"
}
stages {
stage('Build docker image') {