summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivian Kong <vivkong@ca.ibm.com>2023-02-08 12:43:55 -0500
committerGitHub <noreply@github.com>2023-02-08 18:43:55 +0100
commitd8a739f4cc5e26517ecb42fc3bfbc11c0213fd97 (patch)
tree7a106f8ee86c3fad62ba5bbd9ab402102d635c7a
parent3cbceec20afcf85bbfe59be237a96ee105ac60f0 (diff)
downloadzookeeper-d8a739f4cc5e26517ecb42fc3bfbc11c0213fd97.tar.gz
[ZOOKEEPER-4668] Fix s390x Jenkinsfile (#1981)
-rw-r--r--Jenkinsfile-s390x2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile-s390x b/Jenkinsfile-s390x
index c26baf6a3..21cef3606 100644
--- a/Jenkinsfile-s390x
+++ b/Jenkinsfile-s390x
@@ -18,7 +18,7 @@
pipeline {
agent {
- label 'Hadoop'
+ label 's390x'
}
options {