Page MenuHomePhabricator

Remove Junit plugin from Jenkins installation
Closed, DeclinedPublic

Description

The Jenkins Junit plugin is apparently only used by the browser test plugin (something to double check). Once they have been migrated to use the xUnit plugin (parent task T94684), we should remove the Junit plugin entirely.

Event Timeline

hashar raised the priority of this task from to Needs Triage.
hashar updated the task description. (Show Details)
hashar added subscribers: hashar, Aklapper.

It's also used by mediawiki extension jobs that run mw-run-phpunit-allexts.

The following is a frequently used pattern:

 - mw-run-phpunit-allexts
publishers:
 - junit:
    results: 'log/junit*.xml'

Lets keep the plugin afterall.