Procházet zdrojové kódy

HADOOP-16183. Use latest Yetus to support ozone specific build process

Closes #599
Márton Elek před 6 roky
rodič
revize
6a427456eb
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -35,7 +35,7 @@ pipeline {
         DOCKERFILE = "${SOURCEDIR}/dev-support/docker/Dockerfile"
         YETUS='yetus'
         // Branch or tag name.  Yetus release tags are 'rel/X.Y.Z'
-        YETUS_VERSION='rel/0.9.0'
+        YETUS_VERSION='rel/0.10.0'
     }
 
     parameters {
@@ -206,4 +206,4 @@ pipeline {
             }
         }
     }
-}
+}