Browse Source

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

Closes #599
Márton Elek 6 years ago
parent
commit
6a427456eb
1 changed files with 2 additions and 2 deletions
  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 {
             }
         }
     }
-}
+}