summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-20 23:08:40 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-20 23:08:51 +0200
commitfc94f8cfc45eb34ab4495c7a78ad4cf2f9a91132 (patch)
tree54837a1ea4af65c94c76ea84543de2944990f278
parent3ec06826ea9ef3992d3e43d036959e8c8c02e77f (diff)
downloadjenkins.debian.net-fc94f8cfc45eb34ab4495c7a78ad4cf2f9a91132.tar.xz
automate announcing new deployments on jenkins.d.n
-rwxr-xr-xupdate_jdn.sh3
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