summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-03 12:44:10 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-03 12:44:10 +0200
commit7d60cbc2a9f17adb9c82b565048786e8feda4599 (patch)
tree5b85ddf5f762124ac8388d5a72f4bfedc2c3fa75
parentfb61774652c1062b62bf825fc6fe3c8c6530a721 (diff)
downloadjenkins.debian.net-7d60cbc2a9f17adb9c82b565048786e8feda4599.tar.xz
d-i: fix branch definition
-rwxr-xr-xjob-cfg/d-i.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 28457b57..950e5dba 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -314,7 +314,7 @@ data.append( {'defaults': { 'name': 'd-i-pu-build',
'description': 'Builds debian packages in sid from git pu/ branches, triggered by pushes to <pre>{gitrepo}</pre> {do_not_edit}',
'triggers': [{'pollscm': '*/30 * * * *'}],
'scm': [{'git': {'url': '{gitrepo}',
- 'branches': ['pu/**']}}],
+ 'branches': ['origin/pu/**']}}],
'builders': [{'shell': '/srv/jenkins/bin/d-i_build.sh'}],
'project-type': 'freestyle',
'properties': prop(middle=sb_pkgs, priority=99),