Skip to content

Commit

Permalink
Fixing output typo
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Farley <[email protected]>
  • Loading branch information
adamfarley committed Nov 19, 2024
1 parent aa62d45 commit 8fe40f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/nightly_build_and_test_stats.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,10 @@ def getReproducibilityPercentage(String jdkVersion, String trssId, String trssUR

def pipelineLink = "${trssURL}/api/getAllChildBuilds?parentId=${trssId}\\&buildNameRegex=^${jdkVersion}\\-${platformConversionMap[onePlatform][0]}\\-temurin\$"
if (mapOfMoreRecentBuildIDs.containsKey(onePlatform) && !mapOfMoreRecentBuildIDs[onePlatform].equals("")) {
pipelineLink = "${trssURL}/api/getData?_id=${mapOfMoreRecentBuildIDs[onePlatform]}"
echo "Overriding the oldest TRSS build ID for JDK${jdkVersion}, platform ${onePlatform}, tag ${srcTag}"
echo "Overriding the TRSS build ID for ${jdkVersion}, platform ${onePlatform}, tag ${srcTag}"
echo "Original TRSS pipeline link: ${pipelineLink}"
echo "New link: ${trssURL}/api/getData?_id=${mapOfMoreRecentBuildIDs[onePlatform]}"
pipelineLink = "${trssURL}/api/getData?_id=${mapOfMoreRecentBuildIDs[onePlatform]}"
}
def trssBuildJobNames = callWgetSafely("${pipelineLink}")
results[jdkVersion][1][onePlatform] = "???% - Build not found. Pipeline link: " + pipelineLink
Expand Down

0 comments on commit 8fe40f6

Please sign in to comment.