1. 26 3月, 2013 6 次提交
  2. 25 3月, 2013 4 次提交
  3. 18 3月, 2013 6 次提交
  4. 16 3月, 2013 4 次提交
  5. 15 3月, 2013 4 次提交
  6. 14 3月, 2013 9 次提交
  7. 13 3月, 2013 7 次提交
    • P
      6f206beb
    • P
      Remove redundant English terms. · de9cf6b0
      Pei-Tang Huang 提交于
      de9cf6b0
    • K
      [FIXED JENKINS-15587] · 28bf5d80
      Kohsuke Kawaguchi 提交于
      The actual fix was in the pull request #675.
      28bf5d80
    • 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
      [JENKINS-16089] Revising 88feabb4 · f7c9e810
      Kohsuke Kawaguchi 提交于
      Based on comments from Jesse, revising the fix.
      
      I'm now putting permlinks inside the builds/ directory to avoid the computing hassle involved in the split $JENKINS_HOME.
      
      What we historically had in $JENKINS_HOME/jobs/JOB/lastSuccessfulBuild is also now subsumed by this feature. I initially attempted to create these permalinks in the buidl root directory, but turns out those symlinks aren't the same name as the ID of permalinks, so it doesn't mesh well.
      
      And finally, a test!
      f7c9e810
    • K
      oops · 776c8686
      Kohsuke Kawaguchi 提交于
      776c8686
    • 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