Skip to content

Commit

Permalink
fix LIGHT_WEIGHT_CHECKOUT to false in rerun grinder link (#5065)
Browse files Browse the repository at this point in the history
Signed-off-by: sophiaxu0424 <[email protected]>
  • Loading branch information
sophiaxu0424 authored Feb 21, 2024
1 parent ca20b01 commit 066c51c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,9 @@ def addGrinderLink() {
url = url.replace(rerunIterations,"RERUN_ITERATIONS=0")
}

// reset LIGHT_WEIGHT_CHECKOUT to false in Rerun in Grinder link
url = url.replace("LIGHT_WEIGHT_CHECKOUT=true", "LIGHT_WEIGHT_CHECKOUT=false")

currentBuild.description += "<br><a href=\"https://github.com/adoptium/aqa-tests/wiki/How-to-Run-a-Grinder-Build-on-Jenkins\">Grinder Wiki</a>"
echo "Rerun in Grinder: ${url}"
currentBuild.description += "<br><a href=${url}>Rerun in Grinder</a> Change TARGET to run only the failed test targets."
Expand Down

0 comments on commit 066c51c

Please sign in to comment.