mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
Set agent in Release.Jenkinsfile
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
c90ba119f5
commit
f3928aac7e
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue