[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] d-i: use empty string instead of None for the scm cron

Mattia Rizzolo gitlab at salsa.debian.org
Sun Apr 29 16:59:36 BST 2018


Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
25c94e5b by Mattia Rizzolo at 2018-04-29T17:59:25+02:00
d-i: use empty string instead of None for the scm cron

newer j-j-b doesn't handle None so well

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- job-cfg/d-i.yaml.py


Changes:

=====================================
job-cfg/d-i.yaml.py
=====================================
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -173,7 +173,7 @@ jobs.append( {'{name}_pu-triggered_{pkg}': {
                 'branchdesc': 'master branch',
                 'branch': 'origin/pu/**',
                 'pkg': 'debian-installer',
-                'trg': None,
+                'trg': '',
              }} )
 
 def scm_svn(po, inc_regs=None):



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/25c94e5b3223d2f94f3be90749174ca97a818ac4

---
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/25c94e5b3223d2f94f3be90749174ca97a818ac4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180429/dd5ae345/attachment.html>


More information about the Qa-jenkins-scm mailing list