mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +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') {
|
||||
agent {
|
||||
label 'linux && docker && ubuntu-2004'
|
||||
}
|
||||
steps {
|
||||
// TODO use declarative 1.5.0 `matrix` once available on CI
|
||||
script {
|
||||
|
Loading…
x
Reference in New Issue
Block a user