Added Gchat notification

This commit is contained in:
Jonathan Ervine 2020-08-16 20:50:41 +08:00
parent 1e28eb4119
commit ba034c8871

3
Jenkinsfile vendored
View File

@ -33,3 +33,6 @@ spec:
}
}
stage('Notify gchat') {
hangoutsNotify message: "Medusa 0.4.0 on openSUSE Leap 15.2 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}