File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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 MAVEN_OPTS = ' -Xms256m -Xmx1536m -Dhttps.protocols=TLSv1.2 -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256'
4040 }
4141
@@ -148,6 +148,10 @@ pipeline {
148148 YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/zulu-7-amd64")
149149 YETUS_ARGS+=("--multijdktests=compile")
150150
151+ # write Yetus report as GitHub comment (YETUS-1102)
152+ YETUS_ARGS+=("--github-write-comment")
153+ YETUS_ARGS+=("--github-use-emoji-vote")
154+
151155 "${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
152156 '''
153157 }
You can’t perform that action at this time.
0 commit comments