prevent test stages to download repo again
This commit is contained in:
parent
68ce217d26
commit
3654f6bb24
|
@ -208,6 +208,7 @@ pipeline
|
|||
stage('ubuntu smoke tests')
|
||||
{
|
||||
agent { label "gpu_20_04" }
|
||||
options{skipDefaultCheckout()}
|
||||
steps
|
||||
{
|
||||
unstash name: 'ubuntu_eggs'
|
||||
|
|
Loading…
Reference in New Issue