Skip to content

Commit 6a24757

Browse files
committed
HADOOP-17570. Apply YETUS-1102 to re-enable GitHub comments (#2745)
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org> (cherry picked from commit 9b78de2) (cherry picked from commit 0c1ba49)
1 parent 0b27850 commit 6a24757

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

dev-support/Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pipeline {
3535
DOCKERFILE = "${SOURCEDIR}/dev-support/docker/Dockerfile"
3636
YETUS='yetus'
3737
// Branch or tag name. Yetus release tags are 'rel/X.Y.Z'
38-
YETUS_VERSION='rel/0.13.0'
38+
YETUS_VERSION='11eb9b09786e401fbdeaa3be83a19a4066fd7813'
3939
}
4040

4141
parameters {
@@ -152,6 +152,10 @@ pipeline {
152152
# custom javadoc goals
153153
YETUS_ARGS+=("--mvn-javadoc-goals=process-sources,javadoc:javadoc-no-fork")
154154
155+
# write Yetus report as GitHub comment (YETUS-1102)
156+
YETUS_ARGS+=("--github-write-comment")
157+
YETUS_ARGS+=("--github-use-emoji-vote")
158+
155159
"${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
156160
'''
157161
}

0 commit comments

Comments
 (0)