[Qa-jenkins-scm] [jenkins.debian.net] 02/02: be more verbose when deploying jobs
Holger Levsen
holger at layer-acht.org
Fri Dec 1 01:09:26 UTC 2017
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 76b11fd843394ada9641e3749b677117199706f3
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 1 01:09:09 2017 +0000
be more verbose when deploying jobs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
update_jdn.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/update_jdn.sh b/update_jdn.sh
index 8a36b5d..ac3a363 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -678,6 +678,7 @@ if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
if [ ! -f $STAMP ] || \
( [ ! -f $config.py ] && [ $config -nt $STAMP ] ) || \
( [ -f $config.py ] && [ $config.py -nt $STAMP ] ) ; then
+ echo "$config has changed, executing updates."
$JJB update $config
else
echo "$config has not changed, nothing to do."
--
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