Skip to content
  1. Mar 03, 2013
  2. Mar 02, 2013
  3. Mar 01, 2013
    • Kohsuke Kawaguchi's avatar
      Adding org.codehaus.groovy.transform.powerassert.ValueRecorder · c329f036
      Kohsuke Kawaguchi authored
      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
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-16979] · a33e147a
      Kohsuke Kawaguchi authored
      Added backward compatible data loader and a corresponding test case.
      a33e147a
  4. Feb 27, 2013
  5. Feb 26, 2013
  6. Feb 25, 2013
  7. Feb 24, 2013
  8. Feb 23, 2013
  9. 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
  10. Feb 21, 2013
  11. Feb 20, 2013
  12. Feb 18, 2013
Loading