diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-20 23:08:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 23:08:51 +0200 |
commit | fc94f8cfc45eb34ab4495c7a78ad4cf2f9a91132 (patch) | |
tree | 54837a1ea4af65c94c76ea84543de2944990f278 | |
parent | 3ec06826ea9ef3992d3e43d036959e8c8c02e77f (diff) | |
download | jenkins.debian.net-fc94f8cfc45eb34ab4495c7a78ad4cf2f9a91132.tar.xz |
automate announcing new deployments on jenkins.d.n
-rwxr-xr-x | update_jdn.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 9ab8c514..2380e145 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -600,6 +600,9 @@ case $HOSTNAME in profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386) sudo date --set="+398 days +6 hours + 23 minutes" ;; + jenkins) + MESSAGE="jenkins updated to $(cd $BASEDIR ; git describe --always)." + kgb-client --conf /srv/jenkins/kgb/debian-qa.conf --relay-msg "$MESSAGE" *) ;; esac |