HADOOP-17262. Switch to Yetus main branch. (#2304)

This commit is contained in:
Akira Ajisaka 2020-09-15 11:12:00 +09:00 committed by GitHub
parent 90894ea641
commit 65df30bad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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='master'
YETUS_VERSION='main'
}
parameters {