From 7f5ab9e0fa50510c69730115f66439e7406d90da Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 27 Oct 2017 22:54:40 +0200 Subject: [PATCH] jenkins: use osmo-clean-workspace.sh before and after build See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale. Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93 Change-Id: I6ae80147b2624079b5c364dbce08194215cc4e95 --- contrib/jenkins.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 284679d28..e39123c37 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -14,8 +14,9 @@ deps="$base/deps" 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 @@ -55,3 +56,5 @@ LD_LIBRARY_PATH="$inst/lib" \ DISTCHECK_CONFIGURE_FLAGS="--enable-smpp $IU --enable-vty-tests --enable-external-tests" \ $MAKE distcheck \ || cat-testlogs.sh + +osmo-clean-workspace.sh