Unverified Commit fc94f8cf authored by Holger Levsen's avatar Holger Levsen
Browse files

automate announcing new deployments on jenkins.d.n

parent 3ec06826
...@@ -600,6 +600,9 @@ case $HOSTNAME in ...@@ -600,6 +600,9 @@ case $HOSTNAME in
profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386) profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386)
sudo date --set="+398 days +6 hours + 23 minutes" 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 esac
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment