From fa3a82a9177476c7397c0a20c0999b4ebb798e29 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Tue, 22 Jul 2014 14:30:58 -0400 Subject: [PATCH] MatrixTestResult/index.jelly should have been moved to matrix-project-plugin. --- .../tasks/test/MatrixTestResult/index.jelly | 72 ------------------- war/pom.xml | 2 +- 2 files changed, 1 insertion(+), 73 deletions(-) delete mode 100644 core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly diff --git a/core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly b/core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly deleted file mode 100644 index dcc8d0e882..0000000000 --- a/core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - -

Test Result

- - - - - - - - - - - - - - - - - - - - -
Configuration NameDurationAllFailedSkipped
- ${report.child.project.name} - - ${report.result.durationString} - - ${report.result.totalCount} - - - - ${report.result.failCount} - - 0 - - - - ${report.result.skipCount} -
- - -
-
-
diff --git a/war/pom.xml b/war/pom.xml index 2e27fb0f05..463cbffa38 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -364,7 +364,7 @@ THE SOFTWARE. org.jenkins-ci.plugins matrix-project - 1.2 + 1.3 hpi -- GitLab