Explorar o código

Set agent in Release.Jenkinsfile

Signed-off-by: aiordache <[email protected]>
aiordache %!s(int64=5) %!d(string=hai) anos
pai
achega
f3928aac7e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Release.Jenkinsfile

+ 3 - 0
Release.Jenkinsfile

@@ -37,6 +37,9 @@ pipeline {
             }
         }
         stage('Test') {
+            agent {
+                label 'linux && docker && ubuntu-2004'
+            }
             steps {
                 // TODO use declarative 1.5.0 `matrix` once available on CI
                 script {