summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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