summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile-s390x4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jenkinsfile-s390x b/Jenkinsfile-s390x
index 21cef3606..bd48a1c28 100644
--- a/Jenkinsfile-s390x
+++ b/Jenkinsfile-s390x
@@ -35,7 +35,9 @@ pipeline {
stages {
stage('Prepare') {
- agent any
+ agent {
+ label 's390x'
+ }
tools {
maven "maven_latest"