Jenkins: lib: T2625: must checkout scm for changelog detection

... else we can not trigger on changed files.
This commit is contained in:
Christian Poessinger 2020-06-23 16:45:18 +02:00
parent b6e16d0edf
commit b594ef7019

View File

@ -63,7 +63,6 @@ def call(description=null, pkgList=null, buildCmd=null) {
DEBIAN_ARCH = sh(returnStdout: true, script: 'dpkg --print-architecture').trim()
}
options {
disableConcurrentBuilds()
skipDefaultCheckout()
timeout(time: 60, unit: 'MINUTES')
timestamps()