浏览代码

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

Closes #599
Márton Elek 6 年之前
父节点
当前提交
6a427456eb
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 {
             }
         }
     }
-}
+}