This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/14790
Change subject: osmocom-debian-install.yml: add BRANCH variable
......................................................................
osmocom-debian-install.yml: add BRANCH variable
Allow changing the branch in the jenkins UI when starting the build.
We already have this in other jobs, and it is very useful to test
changes.
Change-Id: Ice4662551625b3c96ca105629a934a0a081db2e4
---
M jobs/osmocom-debian-install.yml
1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/90/14790/1
diff --git a/jobs/osmocom-debian-install.yml b/jobs/osmocom-debian-install.yml
index 80abeec..1f6c62a 100644
--- a/jobs/osmocom-debian-install.yml
+++ b/jobs/osmocom-debian-install.yml
@@ -18,13 +18,19 @@
<li> Check if Osmocom systemd services start properly (<a href="https://osmocom.org/issues/3369">OS#3369</a>)
</ul>
node: osmocom-master-debian9
+ parameters:
+ - string:
+ name: BRANCH
+ description: |
+ docker-playground.git branch
+ default: '*/master'
builders:
- shell:
cd debian-repo-install-test && FEED={type} ./jenkins.sh
scm:
- git:
branches:
- - '*/master'
+ - '$BRANCH'
url: git://git.osmocom.org/docker-playground
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins at osmocom.org'
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/14790
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ice4662551625b3c96ca105629a934a0a081db2e4
Gerrit-Change-Number: 14790
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190716/5b1785cc/attachment.htm>