diff --git a/Jenkinsfile b/Jenkinsfile index d22e0fb9f9..87e7a40c4d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -553,7 +553,7 @@ pipeline { expression { params.s390x } } } - agent { label 's390x-ubuntu-1804' } + agent { label 's390x-ubuntu-2004' } stages { stage("Print info") { @@ -659,7 +659,7 @@ pipeline { not { changeRequest() } expression { params.s390x } } - agent { label 's390x-ubuntu-1804' } + agent { label 's390x-ubuntu-2004' } stages { stage("Print info") {