use a node to get dependencies (test)

This commit is contained in:
Ruben Abad 2024-02-20 11:16:07 +01:00
parent a0e40ecd7b
commit 234e12fdc7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline
{
stage('stash dependencies')
{
agent{ label 'master' }
agent{ label 'cache' }
options{skipDefaultCheckout()}
steps
{