Browse Source

[ZOOKEEPER-4668] Fix s390x Jenkinsfile and use s390x agent (#1982)

Vivian Kong 2 years ago
parent
commit
0374d566db
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Jenkinsfile-s390x

+ 3 - 1
Jenkinsfile-s390x

@@ -35,7 +35,9 @@ pipeline {
     stages {
         stage('Prepare') {
 
-            agent any
+            agent {
+                label 's390x'
+            }
 
             tools {
                 maven "maven_latest"