[Qa-jenkins-scm] [jenkins.debian.net] 10/10: reproducible: remote_scheduler: also force notification when asking for artifacts

Holger Levsen holger at moszumanska.debian.org
Mon Dec 7 19:56:27 UTC 2015


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

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

commit 4831ab67b74bcf1f2164bf09a8c4d2219d1ec70a
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Dec 2 14:11:02 2015 +0000

    reproducible: remote_scheduler: also force notification when asking for artifacts
---
 bin/reproducible_remote_scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 756aa4b..331f7b3 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -236,7 +236,7 @@ artifacts_value = 1 if artifacts else 0
 reason = reason if reason else None
 if notify_on_start:
     do_notify = 2
-elif notify:
+elif notify or artifacts:
     do_notify = 1
 else:
     do_notify = 0

-- 
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