aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-27 22:54:18 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-10-27 22:54:18 +0200
commit754a831ddc24cdf5d8883422b23f6db14c183a54 (patch)
tree514bfe01a37dc8a97a3998cd2aa89f478931a54e
parentcb1838d8075379fdc08095fdd718b459180a38ae (diff)
jenkins: use osmo-clean-workspace.sh before and after build
-rwxr-xr-xcontrib/jenkins.sh4
1 files changed, 4 insertions, 0 deletions
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