[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
Wed Dec 9 10:30:07 UTC 2015


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