Skip to content

Commit

Permalink
adds component name to test reports filenames
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <[email protected]>
  • Loading branch information
andkononykhin committed Dec 6, 2018
1 parent 611389c commit 5c8e0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.cd
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def systemTests = { component ->
'''
}

String testReportFileNameXml = "system_tests_report.xml"
String testReportFileNamePlain = "system_tests_report.txt"
String testReportFileNameXml = "system_tests_report.${component}.xml"
String testReportFileNamePlain = "system_tests_report.${component}.txt"
try {
stage("Run tests") {
sh """
Expand Down

0 comments on commit 5c8e0cf

Please sign in to comment.