adoptium / github-release-scripts

Scripts for release artefacts to GitHub releases
Apache License 2.0
6 stars 20 forks source link

Update releaseCheck.sh to exit 3 to indicate UNSTABLE job result #136

Closed andrew-m-leonard closed 1 year ago

andrew-m-leonard commented 1 year ago

Provides a simple fix for https://github.com/adoptium/temurin-build/issues/3064

The job configuration then uses the Advanced shell exit setting: "Exit code to set build unstable" with a value of "3" to indicate UNSTABLE.

A subsequent feature will update the release job to be a pipeline jenkins file, which can set the result more precisely.