Merge pull request #42941 from thaJeztah/jenkinsfile_ubuntu_2004

Jenkinsfile: use Ubuntu 20.04 for DCO stage
This commit is contained in:
Sebastiaan van Stijn 2022-09-26 19:55:48 +02:00 committed by GitHub
commit cf82687f23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -39,7 +39,7 @@ pipeline {
beforeAgent true
expression { params.dco }
}
agent { label 'amd64 && ubuntu-1804 && overlay2' }
agent { label 'arm64 && ubuntu-2004' }
steps {
sh '''
docker run --rm \