Skip to content

Commit

Permalink
Update daily Slack status to check for latest running build
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Dec 13, 2024
1 parent aae079a commit 62f181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nightly_build_and_test_stats.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ node('worker') {
def (reproBuildUrl, reproBuildTrss, reproBuildStatus) = getBuildUrl(trssUrl, variant, featureRelease, releaseName.replaceAll("-beta", ""), releaseName.replaceAll("-beta", "").replaceAll("-ea", "")+"_adopt")

if ( reproBuildUrl != "" ) {
echo "This pipeline has testing enabled: ${reproBuildUrl}"
echo "Latest pipeline: ${reproBuildUrl}"
echo "This pipeline's current status is ${reproBuildStatus}"

getReproducibilityPercentage(featureRelease, reproBuildTrss, trssUrl, releaseName, reproducibleBuilds)
Expand Down

0 comments on commit 62f181c

Please sign in to comment.