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

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

See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale.

Change-Id: I87cc6aa7d6c332a0c2b4644dc8addc0f1a7df49d
---
M contrib/jenkins.sh
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/90/4590/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index ca72ac5..78c0b59 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -7,8 +7,9 @@
 inst="$deps/install"
 export deps inst
 
+osmo-clean-workspace.sh
+
 mkdir "$deps" || true
-rm -rf "$inst"
 
 osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
 
@@ -30,3 +31,5 @@
 autoreconf -fi
 ./configure
 make
+
+osmo-clean-workspace.sh

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I87cc6aa7d6c332a0c2b4644dc8addc0f1a7df49d
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>

Reply via email to