mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
Set agent in Release.Jenkinsfile
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
c90ba119f5
commit
f3928aac7e
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user