Skip to content
  1. Feb 27, 2013
  2. Feb 26, 2013
  3. Feb 25, 2013
  4. Feb 24, 2013
  5. Feb 23, 2013
  6. Feb 22, 2013
    • Jesse Glick's avatar
      [FIXED JENKINS-16844] MenuItem.post allows context menu items like Build Now... · b9c18a7b
      Jesse Glick authored
      [FIXED JENKINS-16844] MenuItem.post allows context menu items like Build Now to send a POST request.
      Currently just shows a hover notification; TBD if there are use cases for displaying the response.
      b9c18a7b
    • Jesse Glick's avatar
      [JENKINS-15156] Found a problem with uninitialized run maps in new Maven modules. · 09c7cf6a
      Jesse Glick authored
      Not observed in actual usage, but reproducible (for me at least, though apparently not ci.jenkins-ci.org) in a test:
      java.lang.AssertionError: null
          at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:628)
          at jenkins.model.lazy.AbstractLazyLoadRunMap.all(AbstractLazyLoadRunMap.java:581)
          at jenkins.model.lazy.AbstractLazyLoadRunMap.entrySet(AbstractLazyLoadRunMap.java:243)
          at java.util.AbstractMap$2$1.<init>(AbstractMap.java:378)
          at java.util.AbstractMap$2.iterator(AbstractMap.java:377)
          at hudson.util.RunList.iterator(RunList.java:103)
          at hudson.util.RunList.size(RunList.java:114)
          at hudson.maven.MavenProjectTest.testDeleteSetBuildDeletesModuleBuilds(MavenProjectTest.java:159)
      09c7cf6a
  7. Feb 21, 2013
  8. Feb 20, 2013
  9. Feb 18, 2013
  10. Feb 17, 2013