diff --git a/container-build/stream8/Jenkinsfile b/container-build/stream8/Jenkinsfile index 26d0cf4..6fe866c 100644 --- a/container-build/stream8/Jenkinsfile +++ b/container-build/stream8/Jenkinsfile @@ -13,6 +13,11 @@ for (arch in arches) { userRemoteConfigs: [[ url: 'https://github.com/CentOS/sig-cloud-instance-images' ]], + extensions: [ + [$class: 'SparseCheckoutPaths', sparseCheckoutPaths:[[$class:'SparseCheckoutPath', path:'docker/']]], + [$class: 'CleanBeforeCheckout'], + [$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true, timeout: 10] + ], branches: [[ name: '*/CentOS-8-Stream']], ], )