1. 02 3月, 2013 1 次提交
  2. 01 3月, 2013 2 次提交
    • K
      Adding org.codehaus.groovy.transform.powerassert.ValueRecorder · c329f036
      Kohsuke Kawaguchi 提交于
      The compiler used to compile src/test/java/**/*.groovy seems to produce
      a reference to org.codehaus.groovy.transform.powerassert.ValueRecorder,
      while our Groovy runtime appears to contain
      org.codehaus.groovy.runtime.powerassert.ValueRecorder.
      
      I suppose the proper fix is to somehow run Groovy 1.8 compiler,
      but this fix adds the necessary code to the classpath.
      c329f036
    • K
      [FIXED JENKINS-16979] · a33e147a
      Kohsuke Kawaguchi 提交于
      Added backward compatible data loader and a corresponding test case.
      a33e147a
  3. 27 2月, 2013 4 次提交
  4. 26 2月, 2013 10 次提交
  5. 24 2月, 2013 3 次提交
  6. 23 2月, 2013 5 次提交
  7. 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
  8. 20 2月, 2013 8 次提交
  9. 18 2月, 2013 1 次提交
  10. 17 2月, 2013 2 次提交