Customised gchat message

This commit is contained in:
Jonathan Ervine 2020-08-12 11:34:47 +08:00
parent 3574e667c4
commit 2c1839898d

5
Jenkinsfile vendored
View File

@ -33,5 +33,6 @@ spec:
}
}
stage "notify"
hangoutsNotify message: "This message is from a pipeline!",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
stage("notify") {
hangoutsNotify message: "ZNC on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}