<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/14138">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">jobs/osmocom-obs.yml: set default git branch<br><br>I was quite surprised, that the job used "osmith/pdfs-in-doc-subpackage"<br>instead of "master" today [1]. Fix this randomness by adding a branch<br>parameter that defaults to "master".<br><br>[1] https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_nightly/98/<br><br>Change-Id: I6d1f0e70d5c82ffd551d00ffdf2712cbfaec16cf<br>---<br>M jobs/osmocom-obs.yml<br>1 file changed, 8 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/38/14138/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml</span><br><span>index 84a4710..5ed67b4 100644</span><br><span>--- a/jobs/osmocom-obs.yml</span><br><span>+++ b/jobs/osmocom-obs.yml</span><br><span>@@ -19,11 +19,19 @@</span><br><span>         </ul></span><br><span>         (Generated by job-builder)</span><br><span>     node: obs</span><br><span style="color: hsl(120, 100%, 40%);">+    parameters:</span><br><span style="color: hsl(120, 100%, 40%);">+      - string:</span><br><span style="color: hsl(120, 100%, 40%);">+          name: BRANCH</span><br><span style="color: hsl(120, 100%, 40%);">+          description: |</span><br><span style="color: hsl(120, 100%, 40%);">+                osmo-ci.git branch</span><br><span style="color: hsl(120, 100%, 40%);">+          default: '*/master'</span><br><span>     builders:</span><br><span>       - shell:</span><br><span>           ./scripts/osmocom-{type}-packages.sh</span><br><span>     scm:</span><br><span>       - git:</span><br><span style="color: hsl(120, 100%, 40%);">+          branches:</span><br><span style="color: hsl(120, 100%, 40%);">+            - '$BRANCH'</span><br><span>           url: git://git.osmocom.org/osmo-ci</span><br><span>           git-config-name: 'Jenkins Builder'</span><br><span>           git-config-email: 'jenkins@osmocom.org'</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14138">change 14138</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/14138"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I6d1f0e70d5c82ffd551d00ffdf2712cbfaec16cf </div>
<div style="display:none"> Gerrit-Change-Number: 14138 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>