prevent test stages to download repo again

This commit is contained in:
Ruben Abad 2024-06-03 16:06:15 +02:00
parent 68ce217d26
commit 3654f6bb24
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -208,6 +208,7 @@ pipeline
stage('ubuntu smoke tests') stage('ubuntu smoke tests')
{ {
agent { label "gpu_20_04" } agent { label "gpu_20_04" }
options{skipDefaultCheckout()}
steps steps
{ {
unstash name: 'ubuntu_eggs' unstash name: 'ubuntu_eggs'