From 754a831ddc24cdf5d8883422b23f6db14c183a54 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 27 Oct 2017 22:54:18 +0200 Subject: jenkins: use osmo-clean-workspace.sh before and after build See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale. Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93 Change-Id: Ibafac7c8a48f46237835e91c80e72543c6841d08 --- contrib/jenkins.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 61b27be8d..5bab5bf13 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -1,5 +1,7 @@ #!/bin/sh -ex +osmo-clean-workspace.sh + artifact_deps() { x="$($1 libosmocore)" @@ -56,3 +58,5 @@ if [ "x$IU" = "x--enable-iu" ]; then fi . osmo-build.sh + +osmo-clean-workspace.sh -- cgit v1.2.3