1. 17 11月, 2015 1 次提交
  2. 05 10月, 2015 1 次提交
  3. 20 4月, 2015 1 次提交
  4. 21 3月, 2015 1 次提交
  5. 19 3月, 2015 1 次提交
  6. 09 10月, 2014 1 次提交
  7. 06 5月, 2014 1 次提交
  8. 04 5月, 2014 1 次提交
  9. 16 11月, 2013 1 次提交
    • M
      [FIXED JENKINS-20610] symlink FileAlreadyExistsException · d0f84c2e
      Marco Miller 提交于
      Retrying 3 times while waiting for 100 millis between retries (at
      recreating symlink after "deleting" it). Ends up throwing FAE exception
      if thrown for a 4th time in a row - as not much can be done at that
      point. A warning is logged in that case, prior to throwing the last FAE.
      d0f84c2e
  10. 15 11月, 2013 3 次提交
  11. 27 7月, 2013 1 次提交
    • L
      [FIXED JENKINS-16660] Allow variable names with dots in bracketed references. · 3376cf01
      Larry North 提交于
      Given these <variable,value> mappings: <A,a> and <A.B,a-b>, $A.B would
      evaluate to $a.B, as it currently does, and ${A.B} to a-b instead of the
      current ${A.B}.
      
      Existing ${A.B}-like references will break (not evaluate to ${A.B}) if
      there actually is an A.B variable defined, which I think is very
      unlikely.
      3376cf01
  12. 25 7月, 2013 3 次提交
  13. 15 6月, 2013 1 次提交
  14. 10 6月, 2013 1 次提交
  15. 01 6月, 2013 1 次提交
  16. 22 5月, 2013 1 次提交
  17. 02 5月, 2013 1 次提交
  18. 20 4月, 2013 1 次提交
    • K
      Don't let the error icon get clipped when the text is short. · 368d8c73
      Kohsuke Kawaguchi 提交于
      On Chrome (and possibly others), an inline element like span doesn't enlarge
      its size to cover its content, so the 1px place holder wasn't taking effect.
      
      To ensure the minimum height of 16px, make it an inline-block element. I'm
      not entirely sure how an inline-block element with no fixed width would behave,
      but with a bit of casual testing, the text inside seems to wrap OK.
      368d8c73
  19. 03 4月, 2013 2 次提交
  20. 29 3月, 2013 1 次提交
  21. 19 3月, 2013 2 次提交
  22. 14 3月, 2013 1 次提交
  23. 13 3月, 2013 3 次提交
    • K
      Massaging the fix. · 2f781863
      Kohsuke Kawaguchi 提交于
      - ID_FORMATTER is time zone sensitive, so comparing against # of
        milliseconds since the epoch won't be portable.
      
      - resolveSymlink can return a relative path.
      2f781863
    • K
      [FIXED JENKINS-16089] · 88feabb4
      Kohsuke Kawaguchi 提交于
      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
    • K
      Windows symbolic support for Java5/6 · d97b0834
      Kohsuke Kawaguchi 提交于
      d97b0834
  24. 09 3月, 2013 3 次提交
  25. 01 3月, 2013 1 次提交
  26. 28 2月, 2013 1 次提交
  27. 11 2月, 2013 1 次提交
  28. 30 1月, 2013 1 次提交
  29. 29 1月, 2013 1 次提交
  30. 18 11月, 2012 1 次提交