mirror of https://github.com/docker/cli.git
[20.10] Jenkinsfile: update workers to ubuntu 20.04
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
492cbfabfa
commit
74888428bf
|
@ -1,6 +1,6 @@
|
|||
pipeline {
|
||||
agent {
|
||||
label "amd64 && ubuntu-1804 && overlay2"
|
||||
label "amd64 && ubuntu-2004 && overlay2"
|
||||
}
|
||||
|
||||
options {
|
||||
|
|
Loading…
Reference in New Issue