[PATCH] osmo-gsm-manuals[master]: jenkins: use osmo-clean-workspace.sh before and after build

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Oct 27 21:07:23 UTC 2017


Review at  https://gerrit.osmocom.org/4478

jenkins: use osmo-clean-workspace.sh before and after build

See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale.

Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93
Change-Id: Iaf8338d0d061c70f7ab3737dc425784dc7c170a4
---
M contrib/jenkins.sh
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/78/4478/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 14af8cc..290fc62 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -4,6 +4,9 @@
 
 base="$PWD"
 deps="$base/deps"
+export deps
+
+osmo-clean-workspace.sh
 
 mkdir "$deps" || true
 
@@ -13,3 +16,5 @@
 cd "$base"
 $MAKE $PARALLEL_MAKE LIBOSMO_DIR="$deps/libosmocore"
 $MAKE $PARALLEL_MAKE LIBOSMO_DIR="$deps/libosmocore" check
+
+osmo-clean-workspace.sh

-- 
To view, visit https://gerrit.osmocom.org/4478
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf8338d0d061c70f7ab3737dc425784dc7c170a4
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list