1. 29 4月, 2017 1 次提交
  2. 13 12月, 2016 2 次提交
  3. 20 3月, 2016 1 次提交
  4. 19 11月, 2015 1 次提交
  5. 17 11月, 2015 1 次提交
  6. 02 3月, 2015 1 次提交
  7. 05 2月, 2015 1 次提交
  8. 23 12月, 2014 1 次提交
  9. 14 10月, 2014 1 次提交
  10. 25 9月, 2014 1 次提交
  11. 24 9月, 2014 1 次提交
  12. 13 8月, 2014 1 次提交
  13. 07 8月, 2014 1 次提交
  14. 01 8月, 2014 1 次提交
  15. 22 7月, 2014 3 次提交
  16. 15 4月, 2014 1 次提交
  17. 05 2月, 2014 1 次提交
  18. 09 1月, 2014 1 次提交
  19. 15 11月, 2013 1 次提交
  20. 03 7月, 2013 1 次提交
  21. 20 6月, 2013 1 次提交
    • K
      [FIXED JENKINS-18417] · 216f5c6a
      Kohsuke Kawaguchi 提交于
      FingerprintCleanupThread can now partially clean up a fingerprint record
      by removing portions of it that's not referencing existing stuff.
      216f5c6a
  22. 06 6月, 2013 1 次提交
  23. 25 4月, 2013 1 次提交
  24. 04 4月, 2013 1 次提交
  25. 01 2月, 2013 1 次提交
  26. 26 1月, 2013 1 次提交
  27. 22 9月, 2012 2 次提交
  28. 21 9月, 2012 1 次提交
  29. 07 1月, 2012 1 次提交
  30. 31 8月, 2011 1 次提交
  31. 30 8月, 2011 1 次提交
    • D
      Allow jobs associated only through fingerprinted files to appear in the · 9ab5f567
      dty 提交于
      dependency graph. This functionality is enabled through a feature flag,
      hudson.tasks.Fingerprinter.enableFingerprintsInDependencyGraph, which is off
      by default.
      
      - Rebuild the dependency graph as part of each fingerprint action.
        Fingerprinter.buildDependencyGraph adds information to the dependency graph
        for projects found in fingerprint records. Since the dependency graph is
        based on project, once a relationship is established between two projects,
        we can skip scanning subsequent builds of the projects. Entries in the
        graph added by the fingerprinter action will never automatically trigger
        downstream builds.
      
         core/src/main/java/hudson/tasks/Fingerprinter.java
      
      - When reporting dependency changes, don't consider builds that no longer
        exist. This handles issues when projects are renamed, and new projects are
        created using the same name, causing the change to point to incorrect
        builds.
      
         core/src/main/java/hudson/model/AbstractBuild.java
      
      - Tests.
      
         test/src/test/java/hudson/tasks/FingerprinterTest.java
      9ab5f567
  32. 29 5月, 2011 2 次提交
  33. 11 5月, 2011 1 次提交
  34. 24 3月, 2011 1 次提交
  35. 14 1月, 2011 1 次提交