diff options
Diffstat (limited to 'job-cfg/lvc.yaml')
-rw-r--r-- | job-cfg/lvc.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 78916dae..1e4b2846 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -24,7 +24,7 @@ - lvc parameters: - string: - name: PU_GIT_BRANCH + name: TRIGGERING_BRANCH description: The git branch that triggered the build that reulted in this subsequent build logrotate: daysToKeep: 90 @@ -107,7 +107,7 @@ my_time: 'H */8 * * *' - 'debian-miniiso': dist_name: 'Debian-Installer local mini.iso' - my_iso: 'use_PU_GIT_BRANCH' + my_iso: 'use_TRIGGERING_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' |