File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ pipeline {
3535 DOCKERFILE = " ${ SOURCEDIR} /build-tools/docker/Dockerfile"
3636 YETUS = ' yetus'
3737 // Branch or tag name. Yetus release tags are 'rel/X.Y.Z'
38- YETUS_VERSION = ' rel/0.12.0 '
38+ YETUS_VERSION = ' rel/0.15.1 '
3939
4040 }
4141
@@ -105,7 +105,6 @@ pipeline {
105105 YETUS_ARGS+=("--html-report-file=${WORKSPACE}/${PATCHDIR}/report.html")
106106
107107 # enable writing back to Github
108- YETUS_ARGS+=(--github-user="${GITHUB_USER}")
109108 YETUS_ARGS+=(--github-token="${GITHUB_TOKEN}")
110109
111110 # auto-kill any surefire stragglers during unit test runs
@@ -158,6 +157,9 @@ pipeline {
158157 YETUS_ARGS+=("--multijdktests=compile")
159158 YETUS_ARGS+=("--debug")
160159
160+ # write Yetus report as GitHub comment (YETUS-1102)
161+ YETUS_ARGS+=("--github-write-comment")
162+
161163 "${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
162164 '''
163165 }
You can’t perform that action at this time.
0 commit comments