aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-30 03:36:01 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-10-30 04:13:45 +0100
commit4280b49da8a9a93fddcaf8d624eeaf527a6af684 (patch)
tree41f369875d5fb85c29793d448c94629511492915 /jobs
parent7b27e143400d620b70338616aabbbed92fe84c80 (diff)
jobs: gerrit: fix: don't do git plugin cleanup
After the "manual" cleanup from I2409b2928b4d7ebbd6c005097d4ad7337307dd93 has been applied in numerous jenkins.sh scripts of the various osmocom projects, drop the git plugin cleanup step. Rationale: - The git plugin cleanup apparently does not check against non-writable files, like leftovers from a failed 'make distcheck'. If any are left behind, the build fails even before the build steps start. - The git cleanup would wipe out all git clones, which we're trying to re-use across rebuilds now. The osmo-clean-workspace.sh takes care of this, so don't use the jenkins plugin. Change-Id: I8a43b851cef2ad7e8582f1e9bbe3547e3b77fc1a
Diffstat (limited to 'jobs')
-rw-r--r--jobs/gerrit-verifications.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index e52c301..969b483 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -229,8 +229,6 @@
choosing-strategy: gerrit
wipe-workspace: false
skip-tag: true
- clean:
- before: true
triggers:
- gerrit: