avoid doing repo checkout on testing node
This commit is contained in:
parent
4f5a7ece8f
commit
4471a2c51b
|
@ -97,6 +97,7 @@ pipeline
|
|||
stage('ubuntu smoke tests')
|
||||
{
|
||||
agent { label "ubuntu && gpu" }
|
||||
options { skipDefaultCheckout true }
|
||||
steps
|
||||
{
|
||||
unstash name: 'ubuntu_eggs'
|
||||
|
|
Loading…
Reference in New Issue