瀏覽代碼

[ZOOKEEPER-4668] Fix s390x Jenkinsfile (#1981)

Vivian Kong 2 年之前
父節點
當前提交
d8a739f4cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile-s390x

+ 1 - 1
Jenkinsfile-s390x

@@ -18,7 +18,7 @@
 
 pipeline {
     agent {
-        label 'Hadoop'
+        label 's390x'
     }
 
     options {