]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
CI: Remove CleanBeforeCheckout option for testsuite
authorGeorge Joseph <gjoseph@digium.com>
Wed, 11 Jul 2018 19:45:01 +0000 (13:45 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 11 Jul 2018 19:45:28 +0000 (14:45 -0500)
Change-Id: I510231c9087f7be5272b8ef3f3223eadaaffb754

tests/CI/gates.jenkinsfile

index 768cf8b66f20793e623c4833a87b0ee9ca0b46c3..9ce14ef2dae168530266dec0fc6dad488ed936d8 100644 (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,