We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd9c67 commit 9b78de2Copy full SHA for 9b78de2
1 file changed
dev-support/Jenkinsfile
@@ -35,7 +35,7 @@ pipeline {
35
DOCKERFILE = "${SOURCEDIR}/dev-support/docker/Dockerfile"
36
YETUS='yetus'
37
// Branch or tag name. Yetus release tags are 'rel/X.Y.Z'
38
- YETUS_VERSION='rel/0.13.0'
+ YETUS_VERSION='11eb9b09786e401fbdeaa3be83a19a4066fd7813'
39
}
40
41
parameters {
@@ -157,6 +157,10 @@ pipeline {
157
# custom javadoc goals
158
YETUS_ARGS+=("--mvn-javadoc-goals=process-sources,javadoc:javadoc-no-fork")
159
160
+ # write Yetus report as GitHub comment (YETUS-1102)
161
+ YETUS_ARGS+=("--github-write-comment")
162
+ YETUS_ARGS+=("--github-use-emoji-vote")
163
+
164
"${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
165
'''
166
0 commit comments