Skip to content

Commit

Permalink
LRCI-4175 Put the testray build id at the end, not the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoo47 authored and brianchandotcom committed Apr 15, 2024
1 parent 7f53316 commit bf7c2ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ public static void generate(
JenkinsResultsParserUtil.write(
new File(
projectBuildDir,
projectTestrayBuildId + "-testray-results.csv"),
JenkinsResultsParserUtil.combine(
"testray-results-", projectTestrayBuildId, ".csv")),
sb.toString());
}
catch (IOException ioException) {
Expand Down

0 comments on commit bf7c2ef

Please sign in to comment.