Browse Source

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

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

+ 1 - 1
Jenkinsfile-s390x

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