1. 27 2月, 2013 14 次提交
  2. 26 2月, 2013 11 次提交
  3. 24 2月, 2013 3 次提交
  4. 23 2月, 2013 5 次提交
  5. 22 2月, 2013 4 次提交
    • J
      [FIXED JENKINS-16844] MenuItem.post allows context menu items like Build Now... · b9c18a7b
      Jesse Glick 提交于
      [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
    • J
      [JENKINS-15156] Found a problem with uninitialized run maps in new Maven modules. · 09c7cf6a
      Jesse Glick 提交于
      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
    • J
      [JENKINS-16917] hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl... · fd0657ef
      Jesse Glick 提交于
      [JENKINS-16917] hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl should not be extending BuildTrigger.DescriptorImpl since it does not produce a BuildTrigger from newInstance.
      (Generally there is no reason to subclass a Descriptor type which is already an @Extension rather than an explicit abstract supertype, but this is a bit more conservative change than just making it final.)
      fd0657ef
    • J
  6. 20 2月, 2013 3 次提交