1. 07 9月, 2011 5 次提交
  2. 30 8月, 2011 17 次提交
  3. 29 8月, 2011 8 次提交
  4. 28 8月, 2011 3 次提交
  5. 27 8月, 2011 3 次提交
  6. 28 8月, 2011 1 次提交
  7. 27 8月, 2011 3 次提交
    • O
      Merge pull request #219 from oldelvet/jenkins-10831-npe · 50a82775
      Olivier Lamy 提交于
      Ignore null reporters field in MavenBuild$RunnerImpl.post2 and avoid a NPE.
      Thanks !
      50a82775
    • R
      Ignore null reporters field and avoid a NPE. · 2fa40188
      Richard Mortimer 提交于
      The NPE can occur if a build fails during checkout and hence the run phase
      never gets called. See JENKINS-10831 for an example of this happening.
      2fa40188
    • D
      [FIX JENKINS-10330] Update project names in fingerprints when projects are renamed. · 8dfa5e19
      dty 提交于
      - Added a RenameListener to Fingerprint. When the listener is invoked for
        renamed projects, it will iterate over all the builds of the project looking
        for fingerprint actions. If the build was the originator of the fingerprint,
        the buildPtr is updated; (had to make the name non-final to allow for this).
        If the build is the consumer of a fingerprint, the usages are updated.
      
         core/src/main/java/hudson/model/Fingerprint.java
      
      - Expose the fingerprint data inline with the build data in the remote API.
        The renaming code also uses this method as a convenient way to get the
        fingerprints for a build.
      
         core/src/main/java/hudson/model/AbstractBuild.java
      
      - Test.
      
         test/src/test/java/hudson/tasks/FingerprinterTest.java
      8dfa5e19