From 215e08928c9b3f83d550b03ba9c182356278234c Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Thu, 4 Aug 2016 10:51:03 -0700 Subject: [PATCH] Removed spurious HTML results publishing --- netci.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index f81c15b1ccd9..89c08da7ed37 100644 --- a/netci.groovy +++ b/netci.groovy @@ -21,7 +21,6 @@ def branch = GithubBranchName Utilities.setMachineAffinity(newJob, 'Windows_NT', 'latest-or-auto-internal') InternalUtilities.standardJobSetup(newJob, project, true /* isPR */, "*/${branch}") - Utilities.addHtmlPublisher(newJob, "TestResults", "Unit Test Results", "index.html") Utilities.addGithubPRTriggerForBranch(newJob, branch, "Windows $config") } \ No newline at end of file