diff --git a/Jenkinsfile b/Jenkinsfile index 2cbe274c2d..f2ef6efbeb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -558,7 +558,7 @@ pipeline { expression { params.s390x } } } - agent { label 's390x-ubuntu-1804' } + agent { label 's390x-ubuntu-2004' } stages { stage("Print info") { @@ -667,7 +667,7 @@ pipeline { not { changeRequest() } expression { params.s390x } } - agent { label 's390x-ubuntu-1804' } + agent { label 's390x-ubuntu-2004' } stages { stage("Print info") {