1. 09 9月, 2011 1 次提交
  2. 05 9月, 2011 1 次提交
  3. 31 8月, 2011 1 次提交
  4. 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
  5. 24 8月, 2011 1 次提交
  6. 14 8月, 2011 1 次提交
  7. 06 8月, 2011 1 次提交
  8. 23 7月, 2011 1 次提交
  9. 17 7月, 2011 3 次提交
  10. 11 7月, 2011 1 次提交
  11. 24 6月, 2011 1 次提交
  12. 18 6月, 2011 1 次提交
  13. 08 6月, 2011 1 次提交
  14. 06 6月, 2011 2 次提交
  15. 05 6月, 2011 1 次提交
  16. 29 5月, 2011 2 次提交
  17. 21 5月, 2011 1 次提交
    • A
      [JENKINS-8985] BuildTrigger modification to handle DependencyGroups. · 78c709e9
      Andrew Bayer 提交于
      Pull individual Dependencys out of DependencyGroups we see in
      BuildTrigger.execute and make sure to actually kick those builds off
      as well, so that we can have two different dependencies (say, for
      different parameters) from one upstream project to a single downstream
      project.
      78c709e9
  18. 17 5月, 2011 1 次提交
    • M
      [FIXED JENKINS-9691] Boldify names of executed mojos for Freestyle and · 6ae77ed3
      Mirko Friedenhagen 提交于
      Maven2/3 jobs using Maven3 in console output.
      With Maven3 the output format for mojos has changed:
      - Add a new Maven3MojoNote and use it in MavenConsoleAnnotator.
      - This is sufficient for Freestyle jobs running Maven2 or 3 and Maven2/3
        jobs running Maven 2.
      - Maven2/3 jobs running Maven 3 are using ExecutionEventLogger for
        printing start of mojo execution to console.
      6ae77ed3
  19. 11 5月, 2011 1 次提交
  20. 22 4月, 2011 2 次提交
  21. 20 4月, 2011 1 次提交
  22. 19 4月, 2011 1 次提交
  23. 17 4月, 2011 2 次提交
  24. 02 4月, 2011 1 次提交
  25. 31 3月, 2011 1 次提交
  26. 30 3月, 2011 1 次提交
  27. 24 3月, 2011 2 次提交
  28. 23 3月, 2011 1 次提交
  29. 22 3月, 2011 1 次提交
  30. 21 3月, 2011 1 次提交
  31. 19 3月, 2011 1 次提交
  32. 15 3月, 2011 1 次提交
    • A
      Remove old fields that have been deprecated since before 1.100 · 3e0b5a63
      alanharder 提交于
      tasks.Mailer          from,subject,failureOnly,charset 1.10
      model.Project         slave                            1.60
      model.Descriptor      properties                       1.62
      model.Slave           command,localFS                  1.69
      model.AbstractProject enableRemoteTrigger              1.77
      model.FingerprintMap  core                             1.91
      If anyone still has very old XML with these, OldDataMonitor will
      still handle it (as unreadable data instead of old data, and
      with a bit more noise in the log).
      3e0b5a63
  33. 14 3月, 2011 1 次提交