Skip to content

Commit cc34617

Browse files
committed
Apply YETUS-1099
1 parent 9a9032a commit cc34617

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dev-support/Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ 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 0.13.0 + YETUS-1099 to fix shelldocs bug
39+
YETUS_VERSION='94857fb27ccb3b3522eaaaff1abcb28f999c49ac'
3940
}
4041

4142
parameters {

0 commit comments

Comments
 (0)