We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66765c1 commit 14abfe7Copy full SHA for 14abfe7
Jenkinsfile
@@ -392,7 +392,7 @@ def getSmartTAVContext() {
392
} else {
393
context.ghContextName = 'TAV Test Subset'
394
context.ghDescription = 'TAV Test comment-triggered'
395
- context.tav = readYaml(text: """TAV:${modules.collect{ "\n - ${it}"}.join("") }""")
+ context.tav = readYaml(text: """TAV:${modules.collect{ it.replaceAll('"', '').replaceAll("'", '') }.collect{ "\n - '${it}'"}.join("") }""")
396
}
397
398
} else if (params.Run_As_Master_Branch) {
0 commit comments