Added GChat message

This commit is contained in:
Jonathan Ervine 2020-08-12 17:13:02 +08:00
parent 700b7f464f
commit 6b48871329

4
Jenkinsfile vendored
View File

@ -32,3 +32,7 @@ spec:
} }
} }
} }
stage('Notify gchat') {
hangoutsNotify message: "Caddy 2.0.0-beta13 on Alpine 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}