From a97996f54c1674be445e0cd46ac778b827f131b0 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 30 Oct 2017 05:03:19 +0100 Subject: jenkins: use osmo-clean-workspace.sh before and after build See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale. Change-Id: I87cc6aa7d6c332a0c2b4644dc8addc0f1a7df49d --- contrib/jenkins.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index ca72ac55..78c0b591 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -7,8 +7,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 @@ -30,3 +31,5 @@ cd src/host/layer23 autoreconf -fi ./configure make + +osmo-clean-workspace.sh -- cgit v1.2.3