Skip to content

Commit

Permalink
[ZOOKEEPER-4668] Fix s390x Jenkinsfile and use s390x agent (apache#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivkong authored Feb 13, 2023
1 parent 629518b commit 0374d56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile-s390x
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ pipeline {
stages {
stage('Prepare') {

agent any
agent {
label 's390x'
}

tools {
maven "maven_latest"
Expand Down

0 comments on commit 0374d56

Please sign in to comment.