diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-24 20:37:13 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-07-24 21:25:01 +0200 |
commit | 22875dd14a3a90c792b1b8ccf14d271a9c9d83eb (patch) | |
tree | 58c19e40362e59b58fafd3b948dedbfba2db71ee /vars/buildPackage.groovy | |
parent | 1dbcdde79085e227fa2a5b0fc32881ab4467299d (diff) | |
download | vyos-build-22875dd14a3a90c792b1b8ccf14d271a9c9d83eb.tar.gz vyos-build-22875dd14a3a90c792b1b8ccf14d271a9c9d83eb.zip |
Jenkins: lib: remove skipDefaultCheckout() from pipeline options
We need the default checkout to determine the Git changeset.
(cherry picked from commit d5bec94eb8134ed7a1b47584d8bcbf4ba8c9fe1c)
Diffstat (limited to 'vars/buildPackage.groovy')
-rw-r--r-- | vars/buildPackage.groovy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vars/buildPackage.groovy b/vars/buildPackage.groovy index 47873ef3..60267fdd 100644 --- a/vars/buildPackage.groovy +++ b/vars/buildPackage.groovy @@ -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')) |