Added GChat message

This commit is contained in:
Jonathan Ervine 2020-08-12 17:00:10 +08:00
parent 9522eb01b8
commit 3916ff08f4

4
Jenkinsfile vendored
View File

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