summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-20 20:37:29 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-20 20:47:32 +0200
commit9b3fc7b35c0cb23cd29daa8bd9edd64aae1d9d0a (patch)
tree68632bdfeae21e35bc22a80f98f25ef2eb03cea5 /job-cfg/d-i.yaml.py
parent2ab43dbb7d0e5988387fdec903454d9505e6a74d (diff)
downloadjenkins.debian.net-9b3fc7b35c0cb23cd29daa8bd9edd64aae1d9d0a.tar.xz
Revert "d-i: it seems that 'current-parameters' doesn't work as expected"
This reverts commit 659728f0feffbe9b52edcdad880300e05b821472.
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 ae83b6a6..1494d499 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',
- 'predefined-parameters': 'PU_GIT_BRANCH=$PU_GIT_BRANCH'
+ 'current-parameters': 'true',
}]}],
'project-type': 'freestyle',
'properties': prop(type='packages', priority=99),