Skip to content

Commit 9b78de2

Browse files
authored
HADOOP-17570. Apply YETUS-1102 to re-enable GitHub comments (#2745)
Reviewed-by: Ayush Saxena <[email protected]>
1 parent bcd9c67 commit 9b78de2

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 {
@@ -157,6 +157,10 @@ pipeline {
157157
# custom javadoc goals
158158
YETUS_ARGS+=("--mvn-javadoc-goals=process-sources,javadoc:javadoc-no-fork")
159159
160+
# write Yetus report as GitHub comment (YETUS-1102)
161+
YETUS_ARGS+=("--github-write-comment")
162+
YETUS_ARGS+=("--github-use-emoji-vote")
163+
160164
"${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
161165
'''
162166
}

0 commit comments

Comments
 (0)