We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b27850 commit 6a24757Copy full SHA for 6a24757
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 {
@@ -152,6 +152,10 @@ pipeline {
152
# custom javadoc goals
153
YETUS_ARGS+=("--mvn-javadoc-goals=process-sources,javadoc:javadoc-no-fork")
154
155
+ # write Yetus report as GitHub comment (YETUS-1102)
156
+ YETUS_ARGS+=("--github-write-comment")
157
+ YETUS_ARGS+=("--github-use-emoji-vote")
158
+
159
"${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
160
'''
161
0 commit comments