Set agent in Release.Jenkinsfile

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-08-11 19:12:15 +02:00 committed by Anca Iordache
parent c90ba119f5
commit f3928aac7e

View File

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