CI: Remove CleanBeforeCheckout option for testsuite

Change-Id: I510231c9087f7be5272b8ef3f3223eadaaffb754
This commit is contained in:
George Joseph
2018-07-11 13:45:01 -06:00
parent 2d16c85574
commit 96464a523b

View File

@@ -135,7 +135,6 @@ pipeline {
checkout scm: [$class: 'GitSCM',
branches: [[name: "${BRANCH_NAME}"]],
extensions: [
[$class: 'CleanBeforeCheckout'],
[$class: 'RelativeTargetDirectory', relativeTargetDir: groupDir],
[$class: 'CloneOption',
noTags: true,