-
Task
-
Resolution: Postponed
-
Minor
Some Jelly views should be updated to refer to the new locations of test-result.jelly and aggregated-failed-tests.jelly, or reuse project actions, after declaring a dependency on the new junit plugin and its corresponding Jenkins baseline.
jenkinsci$ find */{,*/}src/main/resources -type f -exec egrep ':test-result|:aggregated-failed-tests' {} \; -print
- MatrixProject/index.jelly
- MatrixTestResult/index.jelly
- SurefireAggregatedReport/index.jelly
- MavenModuleSet/index.jelly
- __CucumberTestResultAction/summary.jelly
- IvyModuleSet/index.jelly
- TestResultColumn/column.jelly
- hudson.tasks.test.TestResultProjectAction-sectionFloatingBox.jelly
- MultiJobProject/main.jelly
- is blocking
-
JENKINS-23263 Move hudson.tasks.junit to a bundled plugin
- Resolved