Change in ...osmo-ci[master]: osmocom-debian-install.yml: add BRANCH variable

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.org
Tue Jul 23 12:14:26 UTC 2019


osmith has submitted this change and it was merged. ( 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(-)

Approvals:
  pespin: Looks good to me, approved
  osmith: Verified



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: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190723/4330aa22/attachment.htm>


More information about the gerrit-log mailing list