There're plenty of bugs and feature requests for the JUnit Archiver (and related stuff). This functionality stills inside the Jenkins Core.

      In addition, the xUnit Plugin mostly replaces the publisher functionality, but it depends from hudson.tasks.junit internals.

      Proposals:

      • Move JUnit to a separate plugin
      • Mark the JUnit Publisher as "deprecated" in the documentation
      • Move test suites to test-harness and test-acceptance projects

          [JENKINS-23263] Move hudson.tasks.junit to a bundled plugin

          Jesse Glick added a comment -

          As noted in https://trello.com/c/F9C2ZhTy/1-junit-reporter this is tricky since there are a lot of (IMO improper) dependencies on test-related classes from model objects like AbstractBuild.

          Jesse Glick added a comment - As noted in https://trello.com/c/F9C2ZhTy/1-junit-reporter this is tricky since there are a lot of (IMO improper) dependencies on test-related classes from model objects like AbstractBuild .

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          core/src/main/java/hudson/ClassicPluginStrategy.java
          core/src/main/java/hudson/model/AbstractBuild.java
          core/src/main/java/hudson/model/Action.java
          core/src/main/java/hudson/model/CheckPoint.java
          core/src/main/java/hudson/tasks/junit/CaseResult.java
          core/src/main/java/hudson/tasks/junit/ClassResult.java
          core/src/main/java/hudson/tasks/junit/History.java
          core/src/main/java/hudson/tasks/junit/JUnitParser.java
          core/src/main/java/hudson/tasks/junit/JUnitResultArchiver.java
          core/src/main/java/hudson/tasks/junit/PackageResult.java
          core/src/main/java/hudson/tasks/junit/SuiteResult.java
          core/src/main/java/hudson/tasks/junit/TestAction.java
          core/src/main/java/hudson/tasks/junit/TestDataPublisher.java
          core/src/main/java/hudson/tasks/junit/TestNameTransformer.java
          core/src/main/java/hudson/tasks/junit/TestObject.java
          core/src/main/java/hudson/tasks/junit/TestResult.java
          core/src/main/java/hudson/tasks/junit/TestResultAction.java
          core/src/main/java/hudson/tasks/junit/XMLEntityResolver.java
          core/src/main/java/hudson/tasks/junit/package.html
          core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java
          core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
          core/src/main/java/hudson/tasks/test/AggregatedTestResultPublisher.java
          core/src/main/java/hudson/tasks/test/DefaultTestResultParserImpl.java
          core/src/main/java/hudson/tasks/test/MetaTabulatedResult.java
          core/src/main/java/hudson/tasks/test/SimpleCaseResult.java
          core/src/main/java/hudson/tasks/test/TabulatedResult.java
          core/src/main/java/hudson/tasks/test/TestObject.java
          core/src/main/java/hudson/tasks/test/TestResult.java
          core/src/main/java/hudson/tasks/test/TestResultParser.java
          core/src/main/java/hudson/tasks/test/TestResultProjectAction.java
          core/src/main/java/hudson/tasks/test/package.html
          core/src/main/java/hudson/util/ChartUtil.java
          core/src/main/resources/hudson/tasks/junit/CaseResult/index.jelly
          core/src/main/resources/hudson/tasks/junit/CaseResult/index.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_da.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_de.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_es.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_fi.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_fr.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_he.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_hu.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_ja.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_lt.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_lv.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_nl.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_pl.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_pt_BR.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_ru.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_sv_SE.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_tr.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_uk.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_zh_CN.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/index_zh_TW.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/list.jelly
          core/src/main/resources/hudson/tasks/junit/CaseResult/list_da.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/list_de.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/list_es.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/list_fr.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/list_ja.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/list_lv.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/list_pt_BR.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/list_ru.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/list_sv_SE.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/list_zh_TW.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly
          core/src/main/resources/hudson/tasks/junit/CaseResult/summary_da.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/summary_de.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/summary_es.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/summary_ja.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/summary_pt_BR.properties
          core/src/main/resources/hudson/tasks/junit/CaseResult/summary_zh_TW.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body.jelly
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_da.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_de.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_es.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_fi.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_fr.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_ja.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_lv.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_nb_NO.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_nl.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_pt_BR.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_ru.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_sv_SE.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_tr.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_zh_CN.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/body_zh_TW.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/list.jelly
          core/src/main/resources/hudson/tasks/junit/ClassResult/list_da.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/list_de.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/list_es.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/list_ja.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/list_pt_BR.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/list_zh_CN.properties
          core/src/main/resources/hudson/tasks/junit/ClassResult/list_zh_TW.properties
          core/src/main/resources/hudson/tasks/junit/History/index.jelly
          core/src/main/resources/hudson/tasks/junit/History/index.properties
          core/src/main/resources/hudson/tasks/junit/History/index_da.properties
          core/src/main/resources/hudson/tasks/junit/History/index_de.properties
          core/src/main/resources/hudson/tasks/junit/History/index_es.properties
          core/src/main/resources/hudson/tasks/junit/History/index_fr.properties
          core/src/main/resources/hudson/tasks/junit/History/index_ja.properties
          core/src/main/resources/hudson/tasks/junit/History/index_lv.properties
          core/src/main/resources/hudson/tasks/junit/History/index_pl.properties
          core/src/main/resources/hudson/tasks/junit/History/index_pt_BR.properties
          core/src/main/resources/hudson/tasks/junit/History/index_ru.properties
          core/src/main/resources/hudson/tasks/junit/History/index_sv_SE.properties
          core/src/main/resources/hudson/tasks/junit/History/index_zh_CN.properties
          core/src/main/resources/hudson/tasks/junit/History/index_zh_TW.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.jelly
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_da.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_de.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_es.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_fr.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_ja.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_nl.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_pt_BR.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_ru.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_tr.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_zh_CN.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_zh_TW.properties
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-healthScaleFactor.html
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio.html
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_de.html
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_ja.html
          core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_zh_TW.html
          core/src/main/resources/hudson/tasks/junit/Messages.properties
          core/src/main/resources/hudson/tasks/junit/Messages_da.properties
          core/src/main/resources/hudson/tasks/junit/Messages_de.properties
          core/src/main/resources/hudson/tasks/junit/Messages_es.properties
          core/src/main/resources/hudson/tasks/junit/Messages_fr.properties
          core/src/main/resources/hudson/tasks/junit/Messages_ja.properties
          core/src/main/resources/hudson/tasks/junit/Messages_nl.properties
          core/src/main/resources/hudson/tasks/junit/Messages_pt_BR.properties
          core/src/main/resources/hudson/tasks/junit/Messages_ru.properties
          core/src/main/resources/hudson/tasks/junit/Messages_tr.properties
          core/src/main/resources/hudson/tasks/junit/Messages_zh_TW.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_bg.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_da.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_de.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_es.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_fr.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_he.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_hi_IN.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ja.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ko.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_lv.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_nl.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_pl.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_pt_BR.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ru.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_sk.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_sv_SE.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_tr.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_uk.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_zh_CN.properties
          core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_zh_TW.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index.jelly
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_da.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_de.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_es.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_fr.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_ja.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_lv.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_pt_BR.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_ru.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_zh_TW.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain.jelly
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_de.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_es.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_ja.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_zh_TW.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_da.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_de.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_es.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_fr.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_ja.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_pt_BR.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_ru.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_sv_SE.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_tr.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_zh_CN.properties
          core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_zh_TW.properties
          core/src/main/resources/hudson/tasks/test/Messages.properties
          core/src/main/resources/hudson/tasks/test/Messages_da.properties
          core/src/main/resources/hudson/tasks/test/Messages_de.properties
          core/src/main/resources/hudson/tasks/test/Messages_es.properties
          core/src/main/resources/hudson/tasks/test/Messages_fr.properties
          core/src/main/resources/hudson/tasks/test/Messages_it.properties
          core/src/main/resources/hudson/tasks/test/Messages_ja.properties
          core/src/main/resources/hudson/tasks/test/Messages_nl.properties
          core/src/main/resources/hudson/tasks/test/Messages_pt_BR.properties
          core/src/main/resources/hudson/tasks/test/Messages_ru.properties
          core/src/main/resources/hudson/tasks/test/Messages_tr.properties
          core/src/main/resources/hudson/tasks/test/Messages_zh_CN.properties
          core/src/main/resources/hudson/tasks/test/Messages_zh_TW.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ar.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_bg.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_cs.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_da.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_de.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_eo.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_es.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_et.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_fi.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_fr.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_it.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ja.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ko.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_lv.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_nb_NO.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_nl.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pl.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pt_BR.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pt_PT.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ro.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ru.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_sl.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_sv_SE.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_tr.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_zh_CN.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_zh_TW.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_da.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_de.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_es.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_fr.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_ja.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_lv.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_pt_BR.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_ru.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_sv_SE.properties
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_zh_TW.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel.jelly
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ar.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_bg.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_cs.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_da.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_de.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_eo.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_es.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_et.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_fi.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_fr.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_he.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_hi_IN.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_hu.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_it.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ja.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ko.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_lt.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_lv.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_nb_NO.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_nl.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pl.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pt_BR.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pt_PT.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ro.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ru.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_sl.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_sv_SE.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_uk.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_zh_CN.properties
          core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_zh_TW.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index.jelly
          core/src/main/resources/hudson/tasks/test/TestResult/index.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_ar.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_bg.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_cs.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_da.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_de.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_eo.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_es.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_et.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_fi.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_fr.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_it.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_ja.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_lv.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_nb_NO.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_nl.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_pl.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_pt_BR.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_ro.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_ru.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_sl.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_sv_SE.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_zh_CN.properties
          core/src/main/resources/hudson/tasks/test/TestResult/index_zh_TW.properties
          core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox.jelly
          core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_bg.properties
          core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ca.properties
          core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_cs.properties
          core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_da.properties
          core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_de.properties
          core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_es.properties
          http://jenkins-ci.org/commit/jenkins/16197ea502bc2f370f70b65242b9ccb2f0583372
          Log:
          [FIXED JENKINS-23263] JUnit reporter moved to a plugin.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html core/src/main/java/hudson/ClassicPluginStrategy.java core/src/main/java/hudson/model/AbstractBuild.java core/src/main/java/hudson/model/Action.java core/src/main/java/hudson/model/CheckPoint.java core/src/main/java/hudson/tasks/junit/CaseResult.java core/src/main/java/hudson/tasks/junit/ClassResult.java core/src/main/java/hudson/tasks/junit/History.java core/src/main/java/hudson/tasks/junit/JUnitParser.java core/src/main/java/hudson/tasks/junit/JUnitResultArchiver.java core/src/main/java/hudson/tasks/junit/PackageResult.java core/src/main/java/hudson/tasks/junit/SuiteResult.java core/src/main/java/hudson/tasks/junit/TestAction.java core/src/main/java/hudson/tasks/junit/TestDataPublisher.java core/src/main/java/hudson/tasks/junit/TestNameTransformer.java core/src/main/java/hudson/tasks/junit/TestObject.java core/src/main/java/hudson/tasks/junit/TestResult.java core/src/main/java/hudson/tasks/junit/TestResultAction.java core/src/main/java/hudson/tasks/junit/XMLEntityResolver.java core/src/main/java/hudson/tasks/junit/package.html core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java core/src/main/java/hudson/tasks/test/AggregatedTestResultPublisher.java core/src/main/java/hudson/tasks/test/DefaultTestResultParserImpl.java core/src/main/java/hudson/tasks/test/MetaTabulatedResult.java core/src/main/java/hudson/tasks/test/SimpleCaseResult.java core/src/main/java/hudson/tasks/test/TabulatedResult.java core/src/main/java/hudson/tasks/test/TestObject.java core/src/main/java/hudson/tasks/test/TestResult.java core/src/main/java/hudson/tasks/test/TestResultParser.java core/src/main/java/hudson/tasks/test/TestResultProjectAction.java core/src/main/java/hudson/tasks/test/package.html core/src/main/java/hudson/util/ChartUtil.java core/src/main/resources/hudson/tasks/junit/CaseResult/index.jelly core/src/main/resources/hudson/tasks/junit/CaseResult/index.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_da.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_de.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_es.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_fi.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_fr.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_he.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_hu.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_ja.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_lt.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_lv.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_nl.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_pl.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_pt_BR.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_ru.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_sv_SE.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_tr.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_uk.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_zh_CN.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_zh_TW.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list.jelly core/src/main/resources/hudson/tasks/junit/CaseResult/list_da.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_de.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_es.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_fr.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_ja.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_lv.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_pt_BR.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_ru.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_sv_SE.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_zh_TW.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly core/src/main/resources/hudson/tasks/junit/CaseResult/summary_da.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary_de.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary_es.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary_ja.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary_pt_BR.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary_zh_TW.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body.jelly core/src/main/resources/hudson/tasks/junit/ClassResult/body_da.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_de.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_es.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_fi.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_fr.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_ja.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_lv.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_nb_NO.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_nl.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_pt_BR.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_ru.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_sv_SE.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_tr.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_zh_CN.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_zh_TW.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list.jelly core/src/main/resources/hudson/tasks/junit/ClassResult/list_da.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_de.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_es.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_ja.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_pt_BR.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_zh_CN.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_zh_TW.properties core/src/main/resources/hudson/tasks/junit/History/index.jelly core/src/main/resources/hudson/tasks/junit/History/index.properties core/src/main/resources/hudson/tasks/junit/History/index_da.properties core/src/main/resources/hudson/tasks/junit/History/index_de.properties core/src/main/resources/hudson/tasks/junit/History/index_es.properties core/src/main/resources/hudson/tasks/junit/History/index_fr.properties core/src/main/resources/hudson/tasks/junit/History/index_ja.properties core/src/main/resources/hudson/tasks/junit/History/index_lv.properties core/src/main/resources/hudson/tasks/junit/History/index_pl.properties core/src/main/resources/hudson/tasks/junit/History/index_pt_BR.properties core/src/main/resources/hudson/tasks/junit/History/index_ru.properties core/src/main/resources/hudson/tasks/junit/History/index_sv_SE.properties core/src/main/resources/hudson/tasks/junit/History/index_zh_CN.properties core/src/main/resources/hudson/tasks/junit/History/index_zh_TW.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.jelly core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_da.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_de.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_es.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_fr.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_ja.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_nl.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_pt_BR.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_ru.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_tr.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_zh_CN.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_zh_TW.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-healthScaleFactor.html core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio.html core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_de.html core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_ja.html core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_zh_TW.html core/src/main/resources/hudson/tasks/junit/Messages.properties core/src/main/resources/hudson/tasks/junit/Messages_da.properties core/src/main/resources/hudson/tasks/junit/Messages_de.properties core/src/main/resources/hudson/tasks/junit/Messages_es.properties core/src/main/resources/hudson/tasks/junit/Messages_fr.properties core/src/main/resources/hudson/tasks/junit/Messages_ja.properties core/src/main/resources/hudson/tasks/junit/Messages_nl.properties core/src/main/resources/hudson/tasks/junit/Messages_pt_BR.properties core/src/main/resources/hudson/tasks/junit/Messages_ru.properties core/src/main/resources/hudson/tasks/junit/Messages_tr.properties core/src/main/resources/hudson/tasks/junit/Messages_zh_TW.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_bg.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_da.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_de.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_es.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_fr.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_he.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_hi_IN.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ja.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ko.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_lv.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_nl.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_pl.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_pt_BR.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ru.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_sk.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_sv_SE.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_tr.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_uk.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_zh_CN.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_zh_TW.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index.jelly core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_da.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_de.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_es.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_fr.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_ja.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_lv.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_pt_BR.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_ru.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_zh_TW.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain.jelly core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_de.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_es.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_ja.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_zh_TW.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_da.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_de.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_es.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_fr.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_ja.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_pt_BR.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_ru.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_sv_SE.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_tr.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_zh_CN.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_zh_TW.properties core/src/main/resources/hudson/tasks/test/Messages.properties core/src/main/resources/hudson/tasks/test/Messages_da.properties core/src/main/resources/hudson/tasks/test/Messages_de.properties core/src/main/resources/hudson/tasks/test/Messages_es.properties core/src/main/resources/hudson/tasks/test/Messages_fr.properties core/src/main/resources/hudson/tasks/test/Messages_it.properties core/src/main/resources/hudson/tasks/test/Messages_ja.properties core/src/main/resources/hudson/tasks/test/Messages_nl.properties core/src/main/resources/hudson/tasks/test/Messages_pt_BR.properties core/src/main/resources/hudson/tasks/test/Messages_ru.properties core/src/main/resources/hudson/tasks/test/Messages_tr.properties core/src/main/resources/hudson/tasks/test/Messages_zh_CN.properties core/src/main/resources/hudson/tasks/test/Messages_zh_TW.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ar.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_bg.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_cs.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_da.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_de.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_eo.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_es.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_et.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_fi.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_fr.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_it.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ja.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ko.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_lv.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_nb_NO.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_nl.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pl.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pt_BR.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pt_PT.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ro.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ru.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_sl.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_sv_SE.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_tr.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_zh_CN.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_zh_TW.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_da.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_de.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_es.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_fr.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_ja.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_lv.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_pt_BR.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_ru.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_sv_SE.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_zh_TW.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel.jelly core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ar.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_bg.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_cs.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_da.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_de.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_eo.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_es.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_et.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_fi.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_fr.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_he.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_hi_IN.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_hu.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_it.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ja.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ko.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_lt.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_lv.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_nb_NO.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_nl.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pl.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pt_BR.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pt_PT.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ro.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ru.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_sl.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_sv_SE.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_uk.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_zh_CN.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_zh_TW.properties core/src/main/resources/hudson/tasks/test/TestResult/index.jelly core/src/main/resources/hudson/tasks/test/TestResult/index.properties core/src/main/resources/hudson/tasks/test/TestResult/index_ar.properties core/src/main/resources/hudson/tasks/test/TestResult/index_bg.properties core/src/main/resources/hudson/tasks/test/TestResult/index_cs.properties core/src/main/resources/hudson/tasks/test/TestResult/index_da.properties core/src/main/resources/hudson/tasks/test/TestResult/index_de.properties core/src/main/resources/hudson/tasks/test/TestResult/index_eo.properties core/src/main/resources/hudson/tasks/test/TestResult/index_es.properties core/src/main/resources/hudson/tasks/test/TestResult/index_et.properties core/src/main/resources/hudson/tasks/test/TestResult/index_fi.properties core/src/main/resources/hudson/tasks/test/TestResult/index_fr.properties core/src/main/resources/hudson/tasks/test/TestResult/index_it.properties core/src/main/resources/hudson/tasks/test/TestResult/index_ja.properties core/src/main/resources/hudson/tasks/test/TestResult/index_lv.properties core/src/main/resources/hudson/tasks/test/TestResult/index_nb_NO.properties core/src/main/resources/hudson/tasks/test/TestResult/index_nl.properties core/src/main/resources/hudson/tasks/test/TestResult/index_pl.properties core/src/main/resources/hudson/tasks/test/TestResult/index_pt_BR.properties core/src/main/resources/hudson/tasks/test/TestResult/index_ro.properties core/src/main/resources/hudson/tasks/test/TestResult/index_ru.properties core/src/main/resources/hudson/tasks/test/TestResult/index_sl.properties core/src/main/resources/hudson/tasks/test/TestResult/index_sv_SE.properties core/src/main/resources/hudson/tasks/test/TestResult/index_zh_CN.properties core/src/main/resources/hudson/tasks/test/TestResult/index_zh_TW.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox.jelly core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_bg.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ca.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_cs.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_da.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_de.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_es.properties http://jenkins-ci.org/commit/jenkins/16197ea502bc2f370f70b65242b9ccb2f0583372 Log: [FIXED JENKINS-23263] JUnit reporter moved to a plugin.

          dogfood added a comment -

          Integrated in jenkins_main_trunk #3601
          [FIXED JENKINS-23263] JUnit reporter moved to a plugin. (Revision 16197ea502bc2f370f70b65242b9ccb2f0583372)

          Result = SUCCESS
          Jesse Glick : 16197ea502bc2f370f70b65242b9ccb2f0583372
          Files :

          • core/src/main/resources/lib/hudson/test-result_es_AR.properties
          • core/src/main/resources/lib/hudson/test-result_nb_NO.properties
          • test/src/test/java/hudson/tasks/junit/CaseResultTest.java
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_da.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_nb_NO.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain.jelly
          • war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_pt_BR.html
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_zh_TW.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_fi.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_ja.properties
          • test/src/test/java/hudson/tasks/junit/TestNameTransformerTest.java
          • test/src/test/java/hudson/tasks/test/helper/BuildPage.java
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.jelly
          • core/src/main/resources/hudson/tasks/test/Messages_nl.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_zh_TW.properties
          • core/src/main/resources/hudson/tasks/junit/Messages_da.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_pt_BR.properties
          • core/src/test/resources/hudson/tasks/junit/junit-report-6700.xml
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_zh_CN.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_nb_NO.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ar.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ko.properties
          • core/src/main/resources/hudson/tasks/junit/History/index_sv_SE.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/summary_es.properties
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_nl.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_fr.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index.jelly
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_zh_CN.properties
          • core/src/main/resources/hudson/tasks/junit/Messages_de.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_hi_IN.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_zh_CN.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list_es.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_cs.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_lt.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_fr.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_uk.properties
          • test/src/test/resources/hudson/tasks/junit/junit-report-20090516.xml
          • core/src/main/java/hudson/tasks/test/DefaultTestResultParserImpl.java
          • core/src/test/resources/hudson/tasks/junit/eclipse-plugin-test-report.xml
          • core/src/main/resources/lib/hudson/test-result_ko.properties
          • core/src/main/resources/hudson/tasks/junit/Messages_ru.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_he.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_fr.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_sl.properties
          • core/src/main/resources/lib/hudson/test-result_pl.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_es.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_ja.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_tr.properties
          • test/pom.xml
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ru.properties
          • core/src/test/java/hudson/tasks/junit/CaseResultTest.java
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pl.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ro.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_cs.properties
          • core/src/main/resources/lib/hudson/test-result_ro.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list_ja.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_da.properties
          • core/src/main/java/hudson/tasks/junit/package.html
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_ja.html
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ja.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_fr.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_fr.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_nb_NO.properties
          • core/src/main/java/hudson/tasks/junit/JUnitParser.java
          • core/src/test/resources/hudson/tasks/junit/junit-report-1472.xml
          • test/src/test/resources/hudson/tasks/junit/TestResultPublishingTest.zip
          • core/src/main/resources/lib/hudson/test-result_he.properties
          • core/src/main/resources/lib/hudson/test-result_ar.properties
          • test/src/test/java/hudson/tasks/test/helper/LatestTestResultLink.java
          • core/src/test/resources/hudson/tasks/junit/JENKINS-13214/29734.xml
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_es.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list_sv_SE.properties
          • core/src/main/java/hudson/tasks/junit/TestNameTransformer.java
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_pt_BR.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/list_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/Messages_fr.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ru.properties
          • war/src/main/webapp/help/tasks/aggregate-test/manual-list_zh_TW.html
          • war/src/main/webapp/help/tasks/aggregate-test/help.html
          • core/src/main/resources/hudson/tasks/junit/Messages_nl.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pt_PT.properties
          • core/src/main/resources/hudson/tasks/junit/History/index.properties
          • core/src/main/resources/hudson/tasks/junit/History/index_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ca.properties
          • war/src/main/webapp/help/tasks/junit/report_tr.html
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_fr.properties
          • test/src/test/java/hudson/tasks/test/helper/AbstractPage.java
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_fr.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_es.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain.jelly
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_pl.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_sl.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_fi.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/list_zh_TW.properties
          • core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_de.properties
          • core/src/main/resources/hudson/tasks/test/Messages_ja.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_sv_SE.properties
          • test/src/test/java/hudson/tasks/test/TrivialTestResultRecorder.java
          • war/src/main/webapp/help/tasks/junit/report_ja.html
          • core/src/main/resources/lib/hudson/test-result_nl.properties
          • core/src/test/resources/hudson/tasks/junit/junit-report-nested-testsuites.xml
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_sv_SE.properties
          • test/src/test/java/hudson/tasks/test/TestResultExtensionTest.java
          • core/src/main/resources/hudson/tasks/test/TestResult/index_ar.properties
          • test/src/test/resources/hudson/tasks/junit/JUnitResultArchiverTest.zip
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_it.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_uk.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_hu.properties
          • test/src/test/java/hudson/tasks/test/helper/TestResultsPage.java
          • core/src/main/java/hudson/tasks/junit/XMLEntityResolver.java
          • war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_nl.html
          • test/src/test/java/hudson/tasks/junit/JUnitResultArchiverTest.java
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_ru.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_zh_TW.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_da.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_es.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_da.properties
          • war/src/main/webapp/help/tasks/junit/report_de.html
          • core/src/main/resources/hudson/tasks/test/TestResult/index_lv.properties
          • war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_de.html
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_da.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_hi_IN.properties
          • core/src/main/java/hudson/tasks/test/package.html
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_zh_CN.properties
          • core/src/test/resources/hudson/tasks/junit/JENKINS-13214/27449.xml
          • war/src/main/webapp/help/tasks/aggregate-test/manual-list_tr.html
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_da.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_sv_SE.properties
          • test/src/test/java/hudson/tasks/junit/TestResultPublishingTest.java
          • war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate.html
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_ja.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_sv_SE.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_hu.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_pt_BR.properties
          • core/src/test/resources/hudson/tasks/junit/junitResult.xml
          • test/src/test/java/hudson/tasks/test/TrivialTestResult.java
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ar.properties
          • core/src/main/resources/hudson/tasks/test/Messages_it.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_es.properties
          • core/src/main/resources/lib/hudson/test-result_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_ru.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_hu.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_zh_TW.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body.jelly
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel.jelly
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_uk.properties
          • core/src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_b.xml
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_sv_SE.properties
          • test/src/test/resources/hudson/tasks/test/TrivialTestResult/body.jelly
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_es.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ja.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_da.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_bg.properties
          • core/src/main/java/hudson/tasks/test/TestResult.java
          • core/src/main/resources/hudson/tasks/junit/History/index_pl.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index.properties
          • war/src/main/webapp/help/tasks/junit/report_ru.html
          • war/src/main/webapp/help/tasks/aggregate-test/help_tr.html
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_de.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_nl.properties
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_zh_TW.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_tr.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_sl.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_ja.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index.jelly
          • core/src/main/resources/lib/hudson/test-result_hi_IN.properties
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-healthScaleFactor.html
          • core/src/main/resources/hudson/tasks/junit/Messages_tr.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_eo.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_ru.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/list_zh_CN.properties
          • core/src/main/java/hudson/tasks/junit/TestDataPublisher.java
          • core/src/main/java/hudson/tasks/junit/SuiteResult.java
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_nl.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_sv_SE.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_zh_TW.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_de.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_lv.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ru.properties
          • core/src/main/resources/hudson/tasks/junit/Messages_es.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_sv_SE.properties
          • core/src/main/resources/lib/hudson/test-result_ja.properties
          • test/src/test/java/hudson/tasks/test/helper/TestResultLink.java
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_pt_BR.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list_de.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ko.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ja.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_lv.properties
          • core/src/main/resources/lib/hudson/test-result_cs.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_he.properties
          • test/src/test/resources/hudson/tasks/junit/TestResultLinksTest.zip
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_zh_CN.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/index.jelly
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list_zh_TW.properties
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio.html
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ro.properties
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_da.properties
          • core/src/main/java/hudson/tasks/test/TestResultParser.java
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_zh_CN.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_sl.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/summary_pt_BR.properties
          • war/src/main/webapp/help/tasks/aggregate-test/help_pt_BR.html
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_lt.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_sk.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_nl.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/summary_zh_TW.properties
          • core/src/main/java/hudson/tasks/test/TabulatedResult.java
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.properties
          • core/src/test/resources/hudson/tasks/junit/JENKINS-13214/27540.xml
          • war/src/main/webapp/help/tasks/aggregate-test/help_fr.html
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_es.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pl.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_et.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_de.properties
          • war/src/main/webapp/help/tasks/aggregate-test/manual-list.html
          • war/src/main/webapp/help/tasks/aggregate-test/manual-list_de.html
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_cs.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_pl.properties
          • core/src/main/resources/lib/hudson/test-result.jelly
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_fr.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_lt.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_fr.properties
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_de.html
          • core/src/main/resources/hudson/tasks/junit/Messages_ja.properties
          • core/src/main/resources/hudson/tasks/junit/History/index_lv.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_zh_CN.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_ja.properties
          • core/src/main/resources/lib/hudson/test-result_lv.properties
          • war/src/main/webapp/help/tasks/aggregate-test/help_de.html
          • core/src/main/resources/hudson/tasks/test/TestResult/index_fi.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ko.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_zh_CN.properties
          • core/src/main/java/hudson/tasks/test/TestResultProjectAction.java
          • core/src/main/resources/lib/hudson/test-result_et.properties
          • core/src/test/java/hudson/tasks/junit/SuiteResultTest.java
          • core/src/main/resources/hudson/tasks/test/TestResult/index_ru.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ja.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_nb_NO.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_tr.properties
          • core/src/main/resources/lib/hudson/test-result_tr.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ar.properties
          • core/src/main/java/hudson/tasks/junit/History.java
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_de.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_et.properties
          • war/src/main/webapp/help/tasks/junit/report_pt_BR.html
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_tr.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_fi.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_nl.properties
          • core/src/test/java/hudson/tasks/junit/ClassResultTest.java
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_es.properties
          • core/src/main/resources/hudson/tasks/junit/History/index_zh_CN.properties
          • core/src/main/resources/lib/hudson/test-result_es.properties
          • war/src/main/webapp/help/tasks/aggregate-test/manual-list_pt_BR.html
          • test/src/test/java/hudson/tasks/junit/HistoryTest.java
          • war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_tr.html
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_es.properties
          • war/src/main/webapp/help/tasks/junit/report_nl.html
          • core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly
          • core/src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_a1.xml
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_tr.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list_da.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_de.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_eo.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ca.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_zh_TW.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_bg.properties
          • war/src/main/webapp/help/tasks/aggregate-test/help_ja.html
          • war/pom.xml
          • core/src/main/resources/lib/hudson/test-result_hu.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ro.properties
          • core/src/main/resources/hudson/tasks/junit/History/index_da.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_et.properties
          • core/src/main/java/hudson/tasks/test/TestObject.java
          • core/src/main/resources/hudson/tasks/test/Messages.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ru.properties
          • war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_ja.html
          • core/src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_a2.xml
          • core/src/main/resources/hudson/tasks/junit/History/index_ja.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/summary_ja.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_pl.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_ru.properties
          • test/src/test/resources/hudson/tasks/test/AbstractTestResultExtensionTest.zip
          • test/src/test/resources/hudson/tasks/junit/HistoryTest.zip
          • core/src/main/java/hudson/tasks/junit/TestAction.java
          • core/src/main/java/hudson/tasks/junit/JUnitResultArchiver.java
          • core/src/test/resources/hudson/tasks/junit/junit-report-1463.xml
          • core/src/main/resources/hudson/tasks/test/TestResult/index_nl.properties
          • core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly
          • core/src/main/resources/lib/hudson/test-result_de.properties
          • core/src/test/resources/hudson/tasks/junit/junit-report-1233.xml
          • core/src/main/resources/hudson/tasks/test/TestResult/index_pl.properties
          • core/src/main/resources/hudson/tasks/junit/History/index_es.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_zh_TW.properties
          • core/src/main/java/hudson/tasks/junit/CaseResult.java
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_da.properties
          • core/src/main/resources/hudson/tasks/test/Messages_pt_BR.properties
          • core/src/main/java/hudson/tasks/junit/TestResultAction.java
          • war/src/main/webapp/help/tasks/junit/report.html
          • core/src/main/resources/hudson/tasks/junit/CaseResult/summary_da.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_lv.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_de.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_de.properties
          • core/src/main/java/hudson/tasks/junit/TestResult.java
          • core/src/main/resources/hudson/tasks/junit/ClassResult/list_ja.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_ru.properties
          • test/src/test/java/hudson/tasks/test/helper/ProjectPage.java
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_es.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/summary_de.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_he.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_ro.properties
          • core/src/main/java/hudson/ClassicPluginStrategy.java
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_fr.properties
          • core/src/test/java/hudson/tasks/junit/TestResultTest.java
          • war/src/main/webapp/help/tasks/aggregate-test/help_nl.html
          • core/src/main/resources/hudson/tasks/test/Messages_es.properties
          • core/src/main/java/hudson/tasks/test/SimpleCaseResult.java
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_nb_NO.properties
          • test/src/test/resources/hudson/tasks/junit/JUnitParserTest.zip
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_bg.properties
          • war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_zh_TW.html
          • core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java
          • core/src/main/resources/hudson/tasks/test/TestResult/index_cs.properties
          • war/src/main/webapp/help/tasks/aggregate-test/manual-list_ja.html
          • core/src/main/java/hudson/util/ChartUtil.java
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_fr.properties
          • core/src/main/java/hudson/model/AbstractBuild.java
          • core/src/main/resources/lib/hudson/test-result_da.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_da.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_uk.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_es.properties
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_ja.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_fi.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index.jelly
          • core/src/main/java/hudson/tasks/junit/PackageResult.java
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list_lv.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_et.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_it.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list.jelly
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_es_AR.properties
          • core/src/main/resources/hudson/tasks/junit/Messages_pt_BR.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_sv_SE.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_fi.properties
          • core/src/main/resources/lib/hudson/test-result_fi.properties
          • test/src/test/java/hudson/tasks/junit/SuiteResultTest.java
          • core/src/main/resources/hudson/tasks/junit/History/index_ru.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_uk.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_lv.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_lv.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_zh_TW.properties
          • test/src/test/java/hudson/tasks/test/AggregatedTestResultPublisherTest.java
          • war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_fr.html
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list_ru.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_da.properties
          • core/src/main/resources/hudson/tasks/test/Messages_ru.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_et.properties
          • core/src/main/java/hudson/tasks/junit/TestObject.java
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_de.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ro.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_lv.properties
          • core/src/main/resources/hudson/tasks/test/Messages_da.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_sv_SE.properties
          • core/src/main/resources/hudson/tasks/junit/History/index.jelly
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_tr.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_de.properties
          • core/src/main/resources/lib/hudson/test-result_it.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_hu.properties
          • core/src/main/java/hudson/model/CheckPoint.java
          • core/src/main/resources/lib/hudson/test-result_zh_TW.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_nl.properties
          • test/src/test/java/hudson/tasks/test/helper/AbstractTestResultLink.java
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_zh_TW.properties
          • core/src/main/resources/lib/hudson/test-result_uk.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_ja.properties
          • core/src/main/java/hudson/tasks/junit/ClassResult.java
          • core/src/main/resources/hudson/tasks/test/TestResult/index_sv_SE.properties
          • core/src/main/resources/hudson/tasks/junit/Messages.properties
          • core/src/main/resources/hudson/tasks/junit/History/index_zh_TW.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ja.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_es.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_de.properties
          • war/src/main/webapp/help/tasks/junit/report_fr.html
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_he.properties
          • core/src/test/resources/hudson/tasks/junit/junit-report-errror-details.xml
          • core/src/main/resources/hudson/tasks/junit/ClassResult/list_de.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_pl.properties
          • war/src/main/webapp/help/tasks/aggregate-test/manual-list_nl.html
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_it.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_bg.properties
          • core/src/main/resources/hudson/tasks/test/Messages_de.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_tr.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_nl.properties
          • core/src/main/resources/lib/hudson/test-result.properties
          • core/src/main/java/hudson/model/Action.java
          • core/src/main/resources/hudson/tasks/test/TestResult/index_eo.properties
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_zh_TW.html
          • war/src/main/webapp/help/tasks/aggregate-test/help_zh_TW.html
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ru.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_it.properties
          • test/src/test/java/hudson/tasks/test/TrivialTestResultAction.java
          • core/src/main/resources/lib/hudson/test-result_sv_SE.properties
          • core/src/main/resources/hudson/tasks/test/Messages_zh_TW.properties
          • core/src/main/resources/hudson/tasks/junit/Messages_zh_TW.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/list.jelly
          • core/src/main/resources/hudson/tasks/test/Messages_zh_CN.properties
          • core/src/main/resources/lib/hudson/test-result_fr.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_lv.properties
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_pt_BR.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/list_fr.properties
          • core/src/main/resources/lib/hudson/test-result_zh_CN.properties
          • core/src/main/resources/lib/hudson/test-result_bg.properties
          • core/src/main/resources/lib/hudson/test-result_ru.properties
          • core/src/main/resources/lib/hudson/test-result_ca.properties
          • test/src/test/java/hudson/model/BuildStatusSummaryTest.java
          • core/src/main/resources/lib/hudson/test-result_sk.properties
          • test/src/test/resources/hudson/tasks/test/AggregatedTestResultPublisherTest.zip
          • core/src/main/resources/hudson/tasks/junit/History/index_de.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_fr.properties
          • core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_ru.properties
          • changelog.html
          • core/src/test/java/hudson/tasks/test/TestObjectTest.java
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_de.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_zh_TW.properties
          • war/src/main/webapp/help/tasks/aggregate-test/manual-list_fr.html
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ko.properties
          • core/src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_b_duplicate.xml
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_ja.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_bg.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/list_es.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_cs.properties
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_it.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/body_pt_BR.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ko.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_zh_TW.properties
          • core/src/test/resources/hudson/tasks/junit/junit-report-2874.xml
          • core/src/main/resources/hudson/tasks/junit/Messages_fr.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_da.properties
          • core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_nl.properties
          • core/src/main/resources/hudson/tasks/junit/ClassResult/list_da.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_es.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_zh_TW.properties
          • core/src/main/resources/hudson/tasks/junit/History/index_fr.properties
          • war/src/main/webapp/help/tasks/junit/report_zh_TW.html
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_tr.properties
          • core/src/main/java/hudson/tasks/test/AggregatedTestResultPublisher.java
          • core/src/main/java/hudson/tasks/test/MetaTabulatedResult.java
          • core/src/main/resources/hudson/tasks/test/Messages_tr.properties
          • test/src/test/java/hudson/tasks/junit/JUnitParserTest.java
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_lv.properties
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_fi.properties
          • test/src/test/java/hudson/tasks/junit/TestResultLinksTest.java
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_zh_CN.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_lv.properties
          • core/src/main/resources/hudson/tasks/junit/CaseResult/index_de.properties
          • test/src/test/resources/hudson/tasks/test/TrivialTestResult/body_es.properties
          • core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pt_PT.properties
          • core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_zh_CN.properties
          • core/src/main/resources/hudson/tasks/test/TestResult/index_nb_NO.properties
          • core/src/test/java/hudson/model/BuildStatusSummaryTest.java
          • core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox.jelly

          dogfood added a comment - Integrated in jenkins_main_trunk #3601 [FIXED JENKINS-23263] JUnit reporter moved to a plugin. (Revision 16197ea502bc2f370f70b65242b9ccb2f0583372) Result = SUCCESS Jesse Glick : 16197ea502bc2f370f70b65242b9ccb2f0583372 Files : core/src/main/resources/lib/hudson/test-result_es_AR.properties core/src/main/resources/lib/hudson/test-result_nb_NO.properties test/src/test/java/hudson/tasks/junit/CaseResultTest.java core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_da.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pt_BR.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_nb_NO.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain.jelly war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_pt_BR.html core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_zh_TW.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_fi.properties core/src/main/resources/hudson/tasks/test/TestResult/index_ja.properties test/src/test/java/hudson/tasks/junit/TestNameTransformerTest.java test/src/test/java/hudson/tasks/test/helper/BuildPage.java core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.jelly core/src/main/resources/hudson/tasks/test/Messages_nl.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_zh_TW.properties core/src/main/resources/hudson/tasks/junit/Messages_da.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_pt_BR.properties core/src/test/resources/hudson/tasks/junit/junit-report-6700.xml core/src/main/resources/hudson/tasks/junit/ClassResult/body_zh_CN.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_nb_NO.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ar.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ko.properties core/src/main/resources/hudson/tasks/junit/History/index_sv_SE.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary_es.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_nl.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_fr.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_pt_BR.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index.jelly core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_zh_CN.properties core/src/main/resources/hudson/tasks/junit/Messages_de.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_hi_IN.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_zh_CN.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_es.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_cs.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_lt.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_fr.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_uk.properties test/src/test/resources/hudson/tasks/junit/junit-report-20090516.xml core/src/main/java/hudson/tasks/test/DefaultTestResultParserImpl.java core/src/test/resources/hudson/tasks/junit/eclipse-plugin-test-report.xml core/src/main/resources/lib/hudson/test-result_ko.properties core/src/main/resources/hudson/tasks/junit/Messages_ru.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_he.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_fr.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_sl.properties core/src/main/resources/lib/hudson/test-result_pl.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_es.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_ja.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_tr.properties test/pom.xml core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ru.properties core/src/test/java/hudson/tasks/junit/CaseResultTest.java core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pl.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ro.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_cs.properties core/src/main/resources/lib/hudson/test-result_ro.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_ja.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_da.properties core/src/main/java/hudson/tasks/junit/package.html core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_ja.html core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ja.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_fr.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_fr.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_nb_NO.properties core/src/main/java/hudson/tasks/junit/JUnitParser.java core/src/test/resources/hudson/tasks/junit/junit-report-1472.xml test/src/test/resources/hudson/tasks/junit/TestResultPublishingTest.zip core/src/main/resources/lib/hudson/test-result_he.properties core/src/main/resources/lib/hudson/test-result_ar.properties test/src/test/java/hudson/tasks/test/helper/LatestTestResultLink.java core/src/test/resources/hudson/tasks/junit/ JENKINS-13214 /29734.xml core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_es.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_sv_SE.properties core/src/main/java/hudson/tasks/junit/TestNameTransformer.java core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_pt_BR.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_pt_BR.properties core/src/main/resources/hudson/tasks/test/Messages_fr.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ru.properties war/src/main/webapp/help/tasks/aggregate-test/manual-list_zh_TW.html war/src/main/webapp/help/tasks/aggregate-test/help.html core/src/main/resources/hudson/tasks/junit/Messages_nl.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_pt_PT.properties core/src/main/resources/hudson/tasks/junit/History/index.properties core/src/main/resources/hudson/tasks/junit/History/index_pt_BR.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ca.properties war/src/main/webapp/help/tasks/junit/report_tr.html core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_fr.properties test/src/test/java/hudson/tasks/test/helper/AbstractPage.java core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_fr.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_es.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_pt_BR.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain.jelly core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_pl.properties core/src/main/resources/hudson/tasks/test/TestResult/index_sl.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_fi.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_zh_TW.properties core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_de.properties core/src/main/resources/hudson/tasks/test/Messages_ja.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_sv_SE.properties test/src/test/java/hudson/tasks/test/TrivialTestResultRecorder.java war/src/main/webapp/help/tasks/junit/report_ja.html core/src/main/resources/lib/hudson/test-result_nl.properties core/src/test/resources/hudson/tasks/junit/junit-report-nested-testsuites.xml core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_sv_SE.properties test/src/test/java/hudson/tasks/test/TestResultExtensionTest.java core/src/main/resources/hudson/tasks/test/TestResult/index_ar.properties test/src/test/resources/hudson/tasks/junit/JUnitResultArchiverTest.zip core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_it.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_uk.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_hu.properties test/src/test/java/hudson/tasks/test/helper/TestResultsPage.java core/src/main/java/hudson/tasks/junit/XMLEntityResolver.java war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_nl.html test/src/test/java/hudson/tasks/junit/JUnitResultArchiverTest.java core/src/main/resources/hudson/tasks/junit/CaseResult/index_ru.properties core/src/main/resources/hudson/tasks/test/TestResult/index_zh_TW.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_da.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_es.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_da.properties war/src/main/webapp/help/tasks/junit/report_de.html core/src/main/resources/hudson/tasks/test/TestResult/index_lv.properties war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_de.html core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_da.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_hi_IN.properties core/src/main/java/hudson/tasks/test/package.html core/src/main/resources/hudson/tasks/junit/CaseResult/index_zh_CN.properties core/src/test/resources/hudson/tasks/junit/ JENKINS-13214 /27449.xml war/src/main/webapp/help/tasks/aggregate-test/manual-list_tr.html core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_da.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_sv_SE.properties test/src/test/java/hudson/tasks/junit/TestResultPublishingTest.java war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate.html core/src/main/resources/hudson/tasks/junit/CaseResult/index_ja.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_sv_SE.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_hu.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_pt_BR.properties core/src/test/resources/hudson/tasks/junit/junitResult.xml test/src/test/java/hudson/tasks/test/TrivialTestResult.java core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ar.properties core/src/main/resources/hudson/tasks/test/Messages_it.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_es.properties core/src/main/resources/lib/hudson/test-result_pt_BR.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_ru.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_pt_BR.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_hu.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_zh_TW.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body.jelly core/src/main/resources/hudson/tasks/test/TestObject/sidepanel.jelly core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_uk.properties core/src/test/resources/hudson/tasks/junit/ JENKINS-12457 /TestSuite_b.xml core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_sv_SE.properties test/src/test/resources/hudson/tasks/test/TrivialTestResult/body.jelly core/src/main/resources/hudson/tasks/junit/ClassResult/body_es.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ja.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_da.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_bg.properties core/src/main/java/hudson/tasks/test/TestResult.java core/src/main/resources/hudson/tasks/junit/History/index_pl.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_pt_BR.properties core/src/main/resources/hudson/tasks/test/TestResult/index.properties war/src/main/webapp/help/tasks/junit/report_ru.html war/src/main/webapp/help/tasks/aggregate-test/help_tr.html core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_de.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_nl.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_zh_TW.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_tr.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_sl.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_ja.properties core/src/main/resources/hudson/tasks/test/TestResult/index.jelly core/src/main/resources/lib/hudson/test-result_hi_IN.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-healthScaleFactor.html core/src/main/resources/hudson/tasks/junit/Messages_tr.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_eo.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_ru.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_zh_CN.properties core/src/main/java/hudson/tasks/junit/TestDataPublisher.java core/src/main/java/hudson/tasks/junit/SuiteResult.java core/src/main/resources/hudson/tasks/junit/ClassResult/body_nl.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_sv_SE.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_zh_TW.properties core/src/main/resources/hudson/tasks/test/TestResult/index_de.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_lv.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ru.properties core/src/main/resources/hudson/tasks/junit/Messages_es.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_sv_SE.properties core/src/main/resources/lib/hudson/test-result_ja.properties test/src/test/java/hudson/tasks/test/helper/TestResultLink.java core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_pt_BR.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_de.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ko.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ja.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_lv.properties core/src/main/resources/lib/hudson/test-result_cs.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_he.properties test/src/test/resources/hudson/tasks/junit/TestResultLinksTest.zip core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_zh_CN.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/index.jelly core/src/main/resources/hudson/tasks/junit/CaseResult/list_zh_TW.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio.html core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ro.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_da.properties core/src/main/java/hudson/tasks/test/TestResultParser.java core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_zh_CN.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_sl.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary_pt_BR.properties war/src/main/webapp/help/tasks/aggregate-test/help_pt_BR.html core/src/main/resources/hudson/tasks/junit/CaseResult/index_lt.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_sk.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_nl.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary_zh_TW.properties core/src/main/java/hudson/tasks/test/TabulatedResult.java core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.properties core/src/test/resources/hudson/tasks/junit/ JENKINS-13214 /27540.xml war/src/main/webapp/help/tasks/aggregate-test/help_fr.html core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_es.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pl.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_et.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_de.properties war/src/main/webapp/help/tasks/aggregate-test/manual-list.html war/src/main/webapp/help/tasks/aggregate-test/manual-list_de.html core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_cs.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_pl.properties core/src/main/resources/lib/hudson/test-result.jelly core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_fr.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_lt.properties core/src/main/resources/hudson/tasks/test/TestResult/index_fr.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_de.html core/src/main/resources/hudson/tasks/junit/Messages_ja.properties core/src/main/resources/hudson/tasks/junit/History/index_lv.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_zh_CN.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_ja.properties core/src/main/resources/lib/hudson/test-result_lv.properties war/src/main/webapp/help/tasks/aggregate-test/help_de.html core/src/main/resources/hudson/tasks/test/TestResult/index_fi.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_ko.properties core/src/main/resources/hudson/tasks/test/TestResult/index_zh_CN.properties core/src/main/java/hudson/tasks/test/TestResultProjectAction.java core/src/main/resources/lib/hudson/test-result_et.properties core/src/test/java/hudson/tasks/junit/SuiteResultTest.java core/src/main/resources/hudson/tasks/test/TestResult/index_ru.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ja.properties core/src/main/resources/hudson/tasks/test/TestResult/index_pt_BR.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_nb_NO.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_tr.properties core/src/main/resources/lib/hudson/test-result_tr.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ar.properties core/src/main/java/hudson/tasks/junit/History.java core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_de.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_et.properties war/src/main/webapp/help/tasks/junit/report_pt_BR.html core/src/main/resources/hudson/tasks/junit/ClassResult/body_tr.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_fi.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_nl.properties core/src/test/java/hudson/tasks/junit/ClassResultTest.java core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_es.properties core/src/main/resources/hudson/tasks/junit/History/index_zh_CN.properties core/src/main/resources/lib/hudson/test-result_es.properties war/src/main/webapp/help/tasks/aggregate-test/manual-list_pt_BR.html test/src/test/java/hudson/tasks/junit/HistoryTest.java war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_tr.html core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_es.properties war/src/main/webapp/help/tasks/junit/report_nl.html core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly core/src/test/resources/hudson/tasks/junit/ JENKINS-12457 /TestSuite_a1.xml core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_tr.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_da.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_de.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_eo.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ca.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_zh_TW.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_bg.properties war/src/main/webapp/help/tasks/aggregate-test/help_ja.html war/pom.xml core/src/main/resources/lib/hudson/test-result_hu.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ro.properties core/src/main/resources/hudson/tasks/junit/History/index_da.properties core/src/main/resources/hudson/tasks/test/TestResult/index_et.properties core/src/main/java/hudson/tasks/test/TestObject.java core/src/main/resources/hudson/tasks/test/Messages.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ru.properties war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_ja.html core/src/test/resources/hudson/tasks/junit/ JENKINS-12457 /TestSuite_a2.xml core/src/main/resources/hudson/tasks/junit/History/index_ja.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary_ja.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_pl.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_ru.properties test/src/test/resources/hudson/tasks/test/AbstractTestResultExtensionTest.zip test/src/test/resources/hudson/tasks/junit/HistoryTest.zip core/src/main/java/hudson/tasks/junit/TestAction.java core/src/main/java/hudson/tasks/junit/JUnitResultArchiver.java core/src/test/resources/hudson/tasks/junit/junit-report-1463.xml core/src/main/resources/hudson/tasks/test/TestResult/index_nl.properties core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly core/src/main/resources/lib/hudson/test-result_de.properties core/src/test/resources/hudson/tasks/junit/junit-report-1233.xml core/src/main/resources/hudson/tasks/test/TestResult/index_pl.properties core/src/main/resources/hudson/tasks/junit/History/index_es.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_zh_TW.properties core/src/main/java/hudson/tasks/junit/CaseResult.java core/src/main/resources/hudson/tasks/junit/ClassResult/body_da.properties core/src/main/resources/hudson/tasks/test/Messages_pt_BR.properties core/src/main/java/hudson/tasks/junit/TestResultAction.java war/src/main/webapp/help/tasks/junit/report.html core/src/main/resources/hudson/tasks/junit/CaseResult/summary_da.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_lv.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_de.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_de.properties core/src/main/java/hudson/tasks/junit/TestResult.java core/src/main/resources/hudson/tasks/junit/ClassResult/list_ja.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_ru.properties test/src/test/java/hudson/tasks/test/helper/ProjectPage.java core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_es.properties core/src/main/resources/hudson/tasks/junit/CaseResult/summary_de.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_he.properties core/src/main/resources/hudson/tasks/test/TestResult/index_ro.properties core/src/main/java/hudson/ClassicPluginStrategy.java core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_fr.properties core/src/test/java/hudson/tasks/junit/TestResultTest.java war/src/main/webapp/help/tasks/aggregate-test/help_nl.html core/src/main/resources/hudson/tasks/test/Messages_es.properties core/src/main/java/hudson/tasks/test/SimpleCaseResult.java core/src/main/resources/hudson/tasks/junit/ClassResult/body_nb_NO.properties test/src/test/resources/hudson/tasks/junit/JUnitParserTest.zip core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_bg.properties war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_zh_TW.html core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java core/src/main/resources/hudson/tasks/test/TestResult/index_cs.properties war/src/main/webapp/help/tasks/aggregate-test/manual-list_ja.html core/src/main/java/hudson/util/ChartUtil.java core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_fr.properties core/src/main/java/hudson/model/AbstractBuild.java core/src/main/resources/lib/hudson/test-result_da.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_da.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_uk.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_es.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_ja.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_fi.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index.jelly core/src/main/java/hudson/tasks/junit/PackageResult.java core/src/main/resources/hudson/tasks/junit/CaseResult/list_lv.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_et.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_it.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly core/src/main/resources/hudson/tasks/junit/CaseResult/list.jelly core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_es_AR.properties core/src/main/resources/hudson/tasks/junit/Messages_pt_BR.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_sv_SE.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_fi.properties core/src/main/resources/lib/hudson/test-result_fi.properties test/src/test/java/hudson/tasks/junit/SuiteResultTest.java core/src/main/resources/hudson/tasks/junit/History/index_ru.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_uk.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_lv.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_lv.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_zh_TW.properties test/src/test/java/hudson/tasks/test/AggregatedTestResultPublisherTest.java war/src/main/webapp/help/tasks/aggregate-test/auto-aggregate_fr.html core/src/main/resources/hudson/tasks/junit/CaseResult/list_ru.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pt_BR.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_da.properties core/src/main/resources/hudson/tasks/test/Messages_ru.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_et.properties core/src/main/java/hudson/tasks/junit/TestObject.java core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_de.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ro.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_lv.properties core/src/main/resources/hudson/tasks/test/Messages_da.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_sv_SE.properties core/src/main/resources/hudson/tasks/junit/History/index.jelly core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_tr.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_de.properties core/src/main/resources/lib/hudson/test-result_it.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_hu.properties core/src/main/java/hudson/model/CheckPoint.java core/src/main/resources/lib/hudson/test-result_zh_TW.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_nl.properties test/src/test/java/hudson/tasks/test/helper/AbstractTestResultLink.java core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_zh_TW.properties core/src/main/resources/lib/hudson/test-result_uk.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_ja.properties core/src/main/java/hudson/tasks/junit/ClassResult.java core/src/main/resources/hudson/tasks/test/TestResult/index_sv_SE.properties core/src/main/resources/hudson/tasks/junit/Messages.properties core/src/main/resources/hudson/tasks/junit/History/index_zh_TW.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_ja.properties core/src/main/resources/hudson/tasks/test/TestResult/index_es.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list_de.properties war/src/main/webapp/help/tasks/junit/report_fr.html core/src/main/resources/hudson/tasks/junit/CaseResult/index_he.properties core/src/test/resources/hudson/tasks/junit/junit-report-errror-details.xml core/src/main/resources/hudson/tasks/junit/ClassResult/list_de.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_pl.properties war/src/main/webapp/help/tasks/aggregate-test/manual-list_nl.html core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_it.properties core/src/main/resources/hudson/tasks/test/TestResult/index_bg.properties core/src/main/resources/hudson/tasks/test/Messages_de.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_tr.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_nl.properties core/src/main/resources/lib/hudson/test-result.properties core/src/main/java/hudson/model/Action.java core/src/main/resources/hudson/tasks/test/TestResult/index_eo.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/help-keepLongStdio_zh_TW.html war/src/main/webapp/help/tasks/aggregate-test/help_zh_TW.html core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_ru.properties core/src/main/resources/hudson/tasks/test/TestResult/index_it.properties test/src/test/java/hudson/tasks/test/TrivialTestResultAction.java core/src/main/resources/lib/hudson/test-result_sv_SE.properties core/src/main/resources/hudson/tasks/test/Messages_zh_TW.properties core/src/main/resources/hudson/tasks/junit/Messages_zh_TW.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list.jelly core/src/main/resources/hudson/tasks/test/Messages_zh_CN.properties core/src/main/resources/lib/hudson/test-result_fr.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_lv.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_pt_BR.properties core/src/main/resources/hudson/tasks/junit/CaseResult/list_fr.properties core/src/main/resources/lib/hudson/test-result_zh_CN.properties core/src/main/resources/lib/hudson/test-result_bg.properties core/src/main/resources/lib/hudson/test-result_ru.properties core/src/main/resources/lib/hudson/test-result_ca.properties test/src/test/java/hudson/model/BuildStatusSummaryTest.java core/src/main/resources/lib/hudson/test-result_sk.properties test/src/test/resources/hudson/tasks/test/AggregatedTestResultPublisherTest.zip core/src/main/resources/hudson/tasks/junit/History/index_de.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_fr.properties core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config_ru.properties changelog.html core/src/test/java/hudson/tasks/test/TestObjectTest.java core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_de.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_zh_TW.properties war/src/main/webapp/help/tasks/aggregate-test/manual-list_fr.html core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_ko.properties core/src/test/resources/hudson/tasks/junit/ JENKINS-12457 /TestSuite_b_duplicate.xml core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_ja.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_bg.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_es.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_cs.properties core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_it.properties core/src/main/resources/hudson/tasks/junit/ClassResult/body_pt_BR.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ko.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index_zh_TW.properties core/src/test/resources/hudson/tasks/junit/junit-report-2874.xml core/src/main/resources/hudson/tasks/junit/Messages_fr.properties core/src/main/resources/hudson/tasks/test/TestResult/index_da.properties core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary_nl.properties core/src/main/resources/hudson/tasks/junit/ClassResult/list_da.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_es.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultProjectAction/jobMain_zh_TW.properties core/src/main/resources/hudson/tasks/junit/History/index_fr.properties war/src/main/webapp/help/tasks/junit/report_zh_TW.html core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_tr.properties core/src/main/java/hudson/tasks/test/AggregatedTestResultPublisher.java core/src/main/java/hudson/tasks/test/MetaTabulatedResult.java core/src/main/resources/hudson/tasks/test/Messages_tr.properties test/src/test/java/hudson/tasks/junit/JUnitParserTest.java core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body_lv.properties core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_fi.properties test/src/test/java/hudson/tasks/junit/TestResultLinksTest.java core/src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain_zh_CN.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_lv.properties core/src/main/resources/hudson/tasks/junit/CaseResult/index_de.properties test/src/test/resources/hudson/tasks/test/TrivialTestResult/body_es.properties core/src/main/resources/hudson/tasks/test/TestObject/sidepanel_pt_PT.properties core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config_zh_CN.properties core/src/main/resources/hudson/tasks/test/TestResult/index_nb_NO.properties core/src/test/java/hudson/model/BuildStatusSummaryTest.java core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox.jelly

          After going from version 1.575 to 1.578 now it seems the values for TEST_COUNTS is not set properly in Jenkins anymore and my email does not get generated properly
          Based on the description of this fix I assume this is the issue as the functionality was moved out to a new plugin
          However the name of the plugin is not shown anywhere
          What do I need to install to get this to work again?

          Reinhard Karbas added a comment - After going from version 1.575 to 1.578 now it seems the values for TEST_COUNTS is not set properly in Jenkins anymore and my email does not get generated properly Based on the description of this fix I assume this is the issue as the functionality was moved out to a new plugin However the name of the plugin is not shown anywhere What do I need to install to get this to work again?

          Daniel Beck added a comment -

          rkarbas: Please ask for assistance in #jenkins on Freenode or on the jenkinsci-users mailing list.

          Daniel Beck added a comment - rkarbas : Please ask for assistance in #jenkins on Freenode or on the jenkinsci-users mailing list.

          Jesse Glick added a comment -

          @rkarbas if using Email Ext plugin, upgrade it.

          Jesse Glick added a comment - @rkarbas if using Email Ext plugin, upgrade it.

          I don't think it is an email ext plugin problem, the token macro does not find the values:

          ERROR: Publisher hudson.plugins.emailext.ExtendedEmailPublisher aborted due to exception
          java.lang.NoSuchMethodError: hudson.model.AbstractBuild.getTestResultAction()Lhudson/tasks/test/AbstractTestResultAction;
          at hudson.plugins.emailext.plugins.content.TestCountsContent.evaluate(TestCountsContent.java:50)
          at org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.evaluate(DataBoundTokenMacro.java:189)
          at org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:182)
          at org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:233)
          at hudson.plugins.emailext.plugins.ContentBuilder.transformText(ContentBuilder.java:71)
          at hudson.plugins.emailext.ExtendedEmailPublisher.getContent(ExtendedEmailPublisher.java:717)
          at hudson.plugins.emailext.ExtendedEmailPublisher.createMail(ExtendedEmailPublisher.java:474)
          at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:292)
          at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:283)
          at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:235)
          at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
          at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
          at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
          at hudson.model.Build$BuildExecution.cleanUp(Build.java:192)
          at hudson.model.Run.execute(Run.java:1786)
          at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
          at hudson.model.ResourceController.execute(ResourceController.java:89)
          at hudson.model.Executor.run(Executor.java:240)

          Reinhard Karbas added a comment - I don't think it is an email ext plugin problem, the token macro does not find the values: ERROR: Publisher hudson.plugins.emailext.ExtendedEmailPublisher aborted due to exception java.lang.NoSuchMethodError: hudson.model.AbstractBuild.getTestResultAction()Lhudson/tasks/test/AbstractTestResultAction; at hudson.plugins.emailext.plugins.content.TestCountsContent.evaluate(TestCountsContent.java:50) at org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.evaluate(DataBoundTokenMacro.java:189) at org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:182) at org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:233) at hudson.plugins.emailext.plugins.ContentBuilder.transformText(ContentBuilder.java:71) at hudson.plugins.emailext.ExtendedEmailPublisher.getContent(ExtendedEmailPublisher.java:717) at hudson.plugins.emailext.ExtendedEmailPublisher.createMail(ExtendedEmailPublisher.java:474) at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:292) at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:283) at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:235) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734) at hudson.model.Build$BuildExecution.cleanUp(Build.java:192) at hudson.model.Run.execute(Run.java:1786) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:89) at hudson.model.Executor.run(Executor.java:240)

          Jesse Glick added a comment - - edited

          rkarbas hudson.plugins.emailext.plugins.content.TestCountsContent is in the Email Ext plugin.

          Jesse Glick added a comment - - edited rkarbas hudson.plugins.emailext.plugins.content.TestCountsContent is in the Email Ext plugin.

            jglick Jesse Glick
            oleg_nenashev Oleg Nenashev
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: