osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42611?usp=email )
Change subject: jobs/octsim_osmo-ccid-firmware: add branch param ......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/11/42611/1
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