From cf8c219f67e641ea0848bf85c43628061b9fb1cd Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 10 Nov 2017 09:14:21 -0500 Subject: [PATCH] Do a shallow clone when running CI in Jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 73755405..00a04a1f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ node('factory2'){ } stage('Clone Test Suite') { - onmyduffynode "git clone -b \"${env.BRANCH_NAME}\" https://pagure.io/fm-orchestrator" + onmyduffynode "git clone -b \"${env.BRANCH_NAME}\" --single-branch --depth 1 https://pagure.io/fm-orchestrator" } stage('Prepare Node') {