Skip to content

Commit 14abfe7

Browse files
committed
ci(jenkins): tav with different formats
1 parent 66765c1 commit 14abfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def getSmartTAVContext() {
392392
} else {
393393
context.ghContextName = 'TAV Test Subset'
394394
context.ghDescription = 'TAV Test comment-triggered'
395-
context.tav = readYaml(text: """TAV:${modules.collect{ "\n - ${it}"}.join("") }""")
395+
context.tav = readYaml(text: """TAV:${modules.collect{ it.replaceAll('"', '').replaceAll("'", '') }.collect{ "\n - '${it}'"}.join("") }""")
396396
}
397397
}
398398
} else if (params.Run_As_Master_Branch) {

0 commit comments

Comments
 (0)