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:
Sebastiaan van Stijn 2023-07-17 17:39:26 +02:00 committed by GitHub
commit 4abd25eff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
label "amd64 && ubuntu-1804 && overlay2" label "amd64 && ubuntu-2004 && overlay2"
} }
options { options {