Added GChat notify to build

This commit is contained in:
jenkins-x-bot 2020-09-24 11:50:02 +08:00
parent b8edbdfc80
commit 3575d88c1f

3
Jenkinsfile vendored
View File

@ -30,5 +30,8 @@ spec:
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v0.2.0.1504 --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v0.2'
}
}
stage('Notify gchat') {
hangoutsNotify message: "Radarr Movie Manager v0.2.0.1504 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
}
}