mirror of https://github.com/docker/cli.git
Merge pull request #4442 from thaJeztah/20.10_update_jenkins_workers
[20.10] Jenkinsfile: update workers to ubuntu 20.04
This commit is contained in:
commit
4abd25eff1
|
@ -1,6 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
label "amd64 && ubuntu-1804 && overlay2"
|
label "amd64 && ubuntu-2004 && overlay2"
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
|
Loading…
Reference in New Issue