diff options
author | Philip Hands <phil@hands.com> | 2016-10-30 14:37:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-03 10:28:15 +0100 |
commit | dd13c0f7244ab70b3ee603bb7bdbc73d0fd2f6c3 (patch) | |
tree | 5077223c932ea37572d95ff18cc5cf41ee2c9b25 /job-cfg | |
parent | e9f96fde7bec7f061a5f263b5d18928b6ada529b (diff) | |
download | jenkins.debian.net-dd13c0f7244ab70b3ee603bb7bdbc73d0fd2f6c3.tar.xz |
d-i: make ...-triggered_debian-installer work on pu/ branches
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/d-i.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index 647e17ec..5f7fc00d 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -195,7 +195,7 @@ if "jenkins-test-vm" == os.uname()[1]: jobs.append( {'{name}_pu-triggered_{pkg}': { 'gitrepo': 'git://git.debian.org/git/d-i/{pkg}', 'branchdesc': 'master branch', - 'branch': 'origin/master', + 'branch': 'origin/pu/**', 'pkg': 'debian-installer', 'trg': None, }} ) |