Jenkins: lib: remove skipDefaultCheckout() from pipeline options

We need the default checkout to determine the Git changeset.

(cherry picked from commit d5bec94eb8134ed7a1b47584d8bcbf4ba8c9fe1c)
This commit is contained in:
Christian Poessinger 2021-07-24 20:37:13 +02:00
parent 1dbcdde790
commit 22875dd14a

View File

@ -27,7 +27,6 @@ def call(description=null, pkgList=null, buildCmd=null) {
agent none
options {
disableConcurrentBuilds()
skipDefaultCheckout()
timeout(time: 120, unit: 'MINUTES')
timestamps()
buildDiscarder(logRotator(numToKeepStr: '20'))