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

Commit c278c02

Browse files
authored
Merge pull request #5903 from wtgodbe/groovester
Archive entire obj directory in coverage jobs
2 parents 751dcd6 + 3136907 commit c278c02

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
@@ -1695,7 +1695,7 @@ combinedScenarios.each { scenario ->
16951695
// Basic archiving of the build
16961696
if (scenario == 'coverage')
16971697
{
1698-
Utilities.addArchival(newJob, "bin/Product/**,bin/obj/Linux.x64.Release/src/**")
1698+
Utilities.addArchival(newJob, "bin/Product/**,bin/obj/**")
16991699
}
17001700
else {
17011701
Utilities.addArchival(newJob, "bin/Product/**,bin/obj/*/tests/**/*.dylib,bin/obj/*/tests/**/*.so")

0 commit comments

Comments
 (0)