summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-07-13 16:20:37 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-13 21:26:43 +0200
commit4edd834d08bc9809f544328fe5b786a0104a6981 (patch)
treebfd1498f688408d163be60bd419a848661c4ffc4 /job-cfg/d-i.yaml.py
parentb2f054060ebbba7147c9227544280ada1bacf649 (diff)
downloadjenkins.debian.net-4edd834d08bc9809f544328fe5b786a0104a6981.tar.xz
d-i: add param to the pu- job for hand-triggering
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, 2 insertions, 0 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index e0906d05..a0df9661 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -396,6 +396,8 @@ data.extend(
],
'project-type': 'freestyle',
'properties': prop(type='packages', priority=99),
+ 'parameters': [{'string': {'name': 'GIT_BRANCH',
+ 'description': 'git branch to pretend to have triggered a by-hand build.'}}],
'logrotate': lr(90),
'publishers': publ(irc='debian-boot')}}])