Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e0a0ee5

Browse files
authored
Merge pull request #6042 from wtgodbe/archive
Archive coverage reports from the right place
2 parents 2d2f439 + 3887b98 commit e0a0ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ combinedScenarios.each { scenario ->
21642164

21652165
if (scenario == 'coverage') {
21662166
// Publish coverage reports
2167-
Utilities.addArchival(newJob, "${WORKSPACE}/Coverage/reports/**")
2167+
Utilities.addArchival(newJob, "${WORKSPACE}/coverage/**")
21682168
addEmailPublisher(newJob, '[email protected]')
21692169
}
21702170

0 commit comments

Comments
 (0)