summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivian Kong <vivkong@ca.ibm.com>2023-02-13 09:09:44 -0500
committerGitHub <noreply@github.com>2023-02-13 15:09:44 +0100
commit0374d566db047e69e867febbbf00f8a42a558104 (patch)
treeae17be24f27556f276f14533d4d0928f732b1248
parent629518b5ea2b26d88a9ec53d5a422afe9b12e452 (diff)
downloadzookeeper-0374d566db047e69e867febbbf00f8a42a558104.tar.gz
[ZOOKEEPER-4668] Fix s390x Jenkinsfile and use s390x agent (#1982)
-rw-r--r--Jenkinsfile-s390x4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jenkinsfile-s390x b/Jenkinsfile-s390x
index 21cef3606..bd48a1c28 100644
--- a/Jenkinsfile-s390x
+++ b/Jenkinsfile-s390x
@@ -35,7 +35,9 @@ pipeline {
stages {
stage('Prepare') {
- agent any
+ agent {
+ label 's390x'
+ }
tools {
maven "maven_latest"