Browse Source

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

Vivian Kong 2 năm trước cách đây
mục cha
commit
0374d566db
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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"