Skip to content

Commit e2769a5

Browse files
committed
TEZ-4625: Yetus upgrade to 0.15.1 version
1 parent 6d25c3c commit e2769a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)