mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
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:
parent
1dbcdde790
commit
22875dd14a
@ -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'))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user