avoid doing repo checkout on testing node

This commit is contained in:
Ruben Abad 2024-01-15 12:45:17 +01:00
parent 4f5a7ece8f
commit 4471a2c51b
1 changed files with 1 additions and 0 deletions

View File

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