Change in docker-playground[master]: jenkins-common.sh: non-jenkins: unique build tag

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
Thu Dec 16 10:32:59 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/26590 )


Change subject: jenkins-common.sh: non-jenkins: unique build tag
......................................................................

jenkins-common.sh: non-jenkins: unique build tag

Support running multiple TTCN-3 testsuites in parallel when the
jenkins.sh scripts get called from outside of jenkins too.

Closes: OS#5358
Change-Id: Iaaf5719f758553687f2ab57975be275e7ac07e36
---
M jenkins-common.sh
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/90/26590/1

diff --git a/jenkins-common.sh b/jenkins-common.sh
index 9373076..2e91c14 100644
--- a/jenkins-common.sh
+++ b/jenkins-common.sh
@@ -438,9 +438,9 @@
 	exit 1
 fi
 
-# non-jenkins execution: put logs in /tmp
+# non-jenkins execution: set a unique BUILD_TAG to avoid collisions (OS#5358)
 if [ "x$BUILD_TAG" = "x" ]; then
-	BUILD_TAG=nonjenkins
+	BUILD_TAG="nonjenkins-$(date +%N)"
 fi
 
 SUITE_NAME=`basename $PWD`

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26590
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iaaf5719f758553687f2ab57975be275e7ac07e36
Gerrit-Change-Number: 26590
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/20211216/f1c6fd5c/attachment.htm>


More information about the gerrit-log mailing list