Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 22b76d0

Browse files
committed
Skip default checkout
'checkout scm' is already there where needed, this will prevent the e2e stages to checkout the source code and save a bit of time. Signed-off-by: Mathieu Champlon <[email protected]>
1 parent 69d4ccd commit 22b76d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pipeline {
66
}
77

88
options {
9-
checkoutToSubdirectory('src/github.com/docker/lunchbox')
9+
skipDefaultCheckout(true)
1010
}
1111

1212
stages {

0 commit comments

Comments
 (0)