Skip to content

Commit 2af60d4

Browse files
authored
Skip CONFIG_JSON in rerun Grinder link (#5938)
- Remove the CONFIG_JSON from the rerun Grinder link to avoid unnecessary data in the URL related:runtimes/backlog#1600 Signed-off-by: Anna Babu Palathingal <[email protected]>
1 parent 062a1dc commit 2af60d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildenv/jenkins/JenkinsfileBase

+1-1
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ def addGrinderLink() {
12011201
def customTargetKeyValue = ""
12021202
def urlParams = params.findAll {
12031203
// Exclude separator and help text parameters from url
1204-
!(it.key.endsWith('_PARAMS') || it.key.endsWith('_HELP_TEXT'))
1204+
!(it.key.endsWith('_PARAMS') || it.key.endsWith('_HELP_TEXT') || it.key == "CONFIG_JSON")
12051205
}
12061206
urlParams.each { key, value ->
12071207
value = URLEncoder.encode(value.toString(), "UTF-8")

0 commit comments

Comments
 (0)