Procházet zdrojové kódy

[ZOOKEEPER-4668] Fix s390x Jenkinsfile and use s390x agent (#1982)

Vivian Kong před 2 roky
rodič
revize
0374d566db
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      Jenkinsfile-s390x

+ 3 - 1
Jenkinsfile-s390x

@@ -35,7 +35,9 @@ pipeline {
     stages {
         stage('Prepare') {
 
-            agent any
+            agent {
+                label 's390x'
+            }
 
             tools {
                 maven "maven_latest"