summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-07-15 12:24:59 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-18 19:59:17 +0200
commitfcb03761da448535fc2344715e7bcc3a5f6c08c5 (patch)
treed8786cda459011dc7100709f6b3110f022ed3fff /job-cfg/d-i.yaml.py
parent036196b16b0d7dc1d8fb7f57a75479a36770d31c (diff)
downloadjenkins.debian.net-fcb03761da448535fc2344715e7bcc3a5f6c08c5.tar.xz
Revert "Revert "d-i: it seems that 'current-parameters' doesn't work as expected""
This reverts commit 9b3fc7b35c0cb23cd29daa8bd9edd64aae1d9d0a. Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-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 a0df9661..d6ae55e1 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -369,7 +369,7 @@ data.extend(
'branches': ['{branch}']}}],
'builders': [{'shell': '/srv/jenkins/bin/d-i_build.sh'},
{'trigger-builds': [{'project': 'lvc_debian-miniiso',
- 'current-parameters': 'true',
+ 'predefined-parameters': 'PU_GIT_BRANCH=$PU_GIT_BRANCH'
}]}],
'project-type': 'freestyle',
'properties': prop(type='packages', priority=99),