Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Tasks-plugin 4.23, Jenkins 1.409.2
Description
I've updated the tasks plugin to 4.23 (from 4.20 if I remember correctly) and now all tasks are counted twice in multi-module projects.
Once for the parent/aggregator module and once for the concrete module.
Tasks for single-module jobs are still counted correctly.
Attachments
Issue Links
- is related to
-
JENKINS-6127 Provide option to specify additional source folders
-
- Resolved
-
Code changed in jenkins
User: Ulli Hafner
Path:
src/main/java/hudson/plugins/tasks/TasksPublisher.java
src/main/java/hudson/plugins/tasks/TasksReporter.java
src/main/java/hudson/plugins/tasks/parser/WorkspaceScanner.java
http://jenkins-ci.org/commit/tasks-plugin/ccc87206205bbe9998214de4e59a4f08d634fa01
Log:
[FIXED JENKINS-11571] Don't scan module folders of a maven project.