From 3654f6bb24a0cd6bb9574e1164a481c64ce42337 Mon Sep 17 00:00:00 2001 From: Ruben Abad Date: Mon, 3 Jun 2024 16:06:15 +0200 Subject: [PATCH] prevent test stages to download repo again --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index b3fd05fef..3cae36aa6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -208,6 +208,7 @@ pipeline stage('ubuntu smoke tests') { agent { label "gpu_20_04" } + options{skipDefaultCheckout()} steps { unstash name: 'ubuntu_eggs'