[Qa-jenkins-scm] [jenkins.debian.net] 01/01: automate announcing new deployments on jenkins.d.n

Holger Levsen holger at layer-acht.org
Mon Jun 20 21:09:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit fc94f8cfc45eb34ab4495c7a78ad4cf2f9a91132
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 20 23:08:40 2016 +0200

    automate announcing new deployments on jenkins.d.n
---
 update_jdn.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/update_jdn.sh b/update_jdn.sh
index 9ab8c51..2380e14 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list