<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/26590">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">jenkins-common.sh: non-jenkins: unique build tag<br><br>Support running multiple TTCN-3 testsuites in parallel when the<br>jenkins.sh scripts get called from outside of jenkins too.<br><br>Closes: OS#5358<br>Change-Id: Iaaf5719f758553687f2ab57975be275e7ac07e36<br>---<br>M jenkins-common.sh<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/90/26590/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/jenkins-common.sh b/jenkins-common.sh</span><br><span>index 9373076..2e91c14 100644</span><br><span>--- a/jenkins-common.sh</span><br><span>+++ b/jenkins-common.sh</span><br><span>@@ -438,9 +438,9 @@</span><br><span>       exit 1</span><br><span> fi</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-# non-jenkins execution: put logs in /tmp</span><br><span style="color: hsl(120, 100%, 40%);">+# non-jenkins execution: set a unique BUILD_TAG to avoid collisions (OS#5358)</span><br><span> if [ "x$BUILD_TAG" = "x" ]; then</span><br><span style="color: hsl(0, 100%, 40%);">-        BUILD_TAG=nonjenkins</span><br><span style="color: hsl(120, 100%, 40%);">+  BUILD_TAG="nonjenkins-$(date +%N)"</span><br><span> fi</span><br><span> </span><br><span> SUITE_NAME=`basename $PWD`</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/26590">change 26590</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/c/docker-playground/+/26590"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Iaaf5719f758553687f2ab57975be275e7ac07e36 </div>
<div style="display:none"> Gerrit-Change-Number: 26590 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>