Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 4f3d7f5b854ff80bf112006c63b4a38c1cdd3f6e
      
https://github.com/jenkinsci/clover-plugin/commit/4f3d7f5b854ff80bf112006c63b4a38c1cdd3f6e
  Author: Marek Parfianowicz <mparfianow...@atlassian.com>
  Date:   2013-08-13 (Tue, 13 Aug 2013)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java
    M src/main/java/hudson/plugins/clover/CloverPublisher.java

  Log Message:
  -----------
  NONE: fix of the bug where every build was adding new Clover report artifact 
to the job;

CloverBuildWrapper - adding CloverPublisher only if there is no existing one 
with the same report directory (manual search  replaced the List.contains() 
which called Object.equals() which was wrong)
CloverPublisher - build.getActions().add() replaced by build.addAction()
pom.xml - using LTS version of parent plugin (1.509.2), using clover core 
3.1.12.1; rollback to 4.1.0-SNAPSHOT; file formatting



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to