laforge submitted this change.
jobs/octsim_osmo-ccid-firmware: add branch param
Change-Id: I05321cd2c174060381e099aa49d5932f9cafdd28
---
M jobs/octsim_osmo-ccid-firmware.yml
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml
index f7efa09..07046e0 100644
--- a/jobs/octsim_osmo-ccid-firmware.yml
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -6,6 +6,12 @@
node: octsimtest
parameters:
- string:
+ name: BRANCH
+ description: |
+ Branch of <code>osmo-ccid-firmware.git</code>, from which the
+ test code (<code>test</code> directory) gets read.
+ default: 'master'
+ - string:
name: EMAIL_NOTIFICATIONS
description: For failed build notifications, set to empty to disable
default: 'jenkins-notifications@lists.osmocom.org jsteiger@sysmocom.de acouzens@sysmocom.de'
@@ -21,7 +27,7 @@
git-config-email: 'jenkins@osmocom.org'
skip-tag: true
branches:
- - 'master'
+ - '$BRANCH'
properties:
- build-discarder:
days-to-keep: 30
To view, visit change 42611. To unsubscribe, or for help writing mail filters, visit settings.