Skip to content
  1. Mar 14, 2013
  2. Mar 13, 2013
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-16089] · 88feabb4
      Kohsuke Kawaguchi authored
      Remember the permalink target as symlink (or simple text file) so that
      looking that up doesn't cause the walk of the build history.
      I think this is more in line with our general preference of making
      $JENKINS_HOME useful (than trying to persist cache into a blackbox.)
      
      Having a general purpose in-memory cache could be useful, so I'll see if
      I can add that, too, in a way that allows someone to plug different
      backend.
      88feabb4
    • Kohsuke Kawaguchi's avatar
      Windows symbolic support for Java5/6 · d97b0834
      Kohsuke Kawaguchi authored
      d97b0834
  3. Mar 12, 2013
  4. Mar 11, 2013
  5. Mar 09, 2013
  6. Mar 08, 2013
  7. Mar 07, 2013
  8. Mar 06, 2013
  9. Mar 04, 2013
  10. Mar 03, 2013
  11. Mar 02, 2013
  12. Mar 01, 2013
  13. Feb 27, 2013
  14. Feb 26, 2013
  15. Feb 25, 2013
  16. Feb 23, 2013
  17. Feb 22, 2013
  18. Feb 17, 2013
  19. Feb 16, 2013
    • Christoph Kutzinski's avatar
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-11577] · a6dddf29
      Kohsuke Kawaguchi authored
      Traditionally, matrix axis values are only exposed as "build variables", and it was up to individual build steps and others to treat them equally like environment variables.
      
      However, in practice, this distinction between environment variables vs build variables didn't serve any useful purposes, and the down side (of some plugins only expanding env vars in the ${VAR} notation and not build variables) was probably bigger than whatever benefit this distinction was supposed to bring.
      
      In this fix, we are exposing matrix axis values also as environment variables. This will make them recognizable from plugins that only expand environment variables, such as parameterized trigger plugins as indicated in the original bug report.
      
      This was motivated by pull request #701 but fix was made differently.
      a6dddf29
Loading