Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 084e4e5

Browse files
committed
Generate the job report
1 parent cf9ef7a commit 084e4e5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

netci.groovy

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Import the utility functionality.
2-
32
import jobs.generation.Utilities;
3+
// Import functionality for job reporting
4+
import jobs.generation.JobReport;
45

56
def project = GithubProject
67
def branch = GithubBranchName
@@ -24,4 +25,7 @@ def buildString = '''call "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0
2425
else {
2526
Utilities.addGithubPushTrigger(newJob)
2627
}
27-
}
28+
}
29+
30+
// Generate the job report
31+
JobReport.Report.generateJobReport(out)

0 commit comments

Comments
 (0)