1. 28 8月, 2016 3 次提交
  2. 25 8月, 2016 1 次提交
  3. 24 8月, 2016 1 次提交
  4. 23 8月, 2016 2 次提交
  5. 22 8月, 2016 4 次提交
    • D
      [JENKINS-29956] Test Windows junctions before Java 7 symlink (#1787) · f4edf917
      dbroady1 提交于
      * Test Windows junctions before Java 7 symlink
      
      Apparently Java 7 (and later) do not count Windows junctions as
      symlinks.  When you drill down into the BasicFileAttributes structure,
      reparse points are only counted under isOther.  So, since we already
      have code that properly detects Windows Junctions, let's use that first
      and then fallback to the Java 7 code.
      
      * Add comment for change & link bug.
      
      * Add test case
      
      * Switch to Functions.isWindows().
      
      * Use non-deprecated APIs for tmp file/dir mgmt
      
      * Add better debugging.
      
      * Allow spaces in junction name & dir name.
      
      To do that, it was easier to use ProcessBuilder vs building up the correct
      string in code to send to cmd.exe.
      
      Also, I'll note that according to http://ss64.com/nt/syntax-internal.html,
      mklink is in internal cmd.exe command.  So, it must be invoked through
      "cmd.exe /c" for it to work.
      
      * Remove comment mentioning bug number.
      
      * Remove debugging output, per Baptiste's request
      
      * Add newline at end of file.
      
      * Make sure that the junction was removed.
      
      * Use assertEquals to show retcode of Process.waitFor.
      
      * Fix compilation errors by importing functions
      f4edf917
    • K
      updated changelog for release · aa3188e4
      Kohsuke Kawaguchi 提交于
      aa3188e4
    • K
      ea042efc
    • K
      d73a37ce
  6. 21 8月, 2016 9 次提交
  7. 19 8月, 2016 1 次提交
  8. 16 8月, 2016 5 次提交
  9. 15 8月, 2016 4 次提交
  10. 14 8月, 2016 3 次提交
  11. 13 8月, 2016 1 次提交
  12. 12 8月, 2016 1 次提交
  13. 11 8月, 2016 2 次提交
  14. 09 8月, 2016 3 次提交