diff options
author | Philip Hands <phil@hands.com> | 2016-06-20 13:58:38 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 14:08:48 +0200 |
commit | 8ac4a763b54edf4d4ba27a189361ec4c1f307a1e (patch) | |
tree | 22fae958e5ebfc5153e1f378cc79b616f7870c00 /job-cfg | |
parent | 8d7efe71efb50fb9d83573af953cc3f9d2db23e9 (diff) | |
download | jenkins.debian.net-8ac4a763b54edf4d4ba27a189361ec4c1f307a1e.tar.xz |
lvc: pass a flag on the command line to provoke use of $PU_GIT_BRANCH
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 632e6aba..aed51481 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -75,7 +75,7 @@ my_time: 'H */8 * * *' - 'debian-miniiso': dist_name: 'Debian-Installer local mini.iso' - my_iso: '$PU_GIT_BRANCH' + my_iso: 'use_PU_GIT_BRANCH' - 'debian-testing-daily-broken': dist_name: 'Debian-Installer Testing (Daily) -- Broken Scenarios' my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' |