diff options
-rwxr-xr-x | job-cfg/d-i.yaml.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index 73283a55..1494d499 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -389,13 +389,14 @@ data.extend( 'branches': ['{branch}']}}], 'builders': [ {'shell': '/srv/jenkins/bin/d-i_build.sh'}, {'trigger-builds': [{'project': 'd-i_pu-triggered_debian-installer', - 'current-parameters': 'true', 'predefined-parameters': 'PU_GIT_BRANCH=$GIT_BRANCH' }, ]} ], 'project-type': 'freestyle', 'properties': prop(type='packages', priority=99), + 'parameters': [{'string': {'name': 'GIT_BRANCH', + 'description': 'The git branch to act upon -- this should normally come from an SCM/GIT trigger'}}], 'logrotate': lr(90), 'publishers': publ(irc='debian-boot')}}]) |