1. 22 9月, 2018 2 次提交
  2. 21 9月, 2018 1 次提交
  3. 17 9月, 2018 1 次提交
  4. 16 9月, 2018 1 次提交
  5. 15 9月, 2018 1 次提交
  6. 14 9月, 2018 1 次提交
  7. 13 9月, 2018 2 次提交
  8. 08 9月, 2018 2 次提交
  9. 02 9月, 2018 1 次提交
  10. 30 8月, 2018 1 次提交
    • B
      [JENKINS-53282] "Restarting VM as requested" should be just an INFO message (#3603) · 3d1bbb80
      Baptiste Mathus 提交于
      * [JENKINS-53282] "Restarting VM as requested" should be just an INFO message
      
      Previously logged as severe was I think incorrect, as it was simply
      reacting on "standard" user interaction.
      `INFO` ought to be enough because anyway, that's the default logged level,
      hence will still be seen by admins if needed.
      
      Side note: there's clearly duplications of code here.
      I might address it later, but do not want to right now transform a 5 min
      task into a much riskier one.
      
      * Also lower log severity when shutting down after user request
      3d1bbb80
  11. 24 8月, 2018 2 次提交
  12. 21 8月, 2018 1 次提交
  13. 19 8月, 2018 2 次提交
  14. 18 8月, 2018 5 次提交
  15. 17 8月, 2018 1 次提交
  16. 16 8月, 2018 2 次提交
  17. 14 8月, 2018 2 次提交
  18. 13 8月, 2018 3 次提交
  19. 11 8月, 2018 2 次提交
  20. 03 8月, 2018 3 次提交
    • M
      [JENKINS-52822] Add CLI command to enable a plugin (#3571) · 199a8303
      Matt Sicker 提交于
      * [JENKINS-52822] Add CLI command to enable a plugin
      
      * [JENKINS-52822] Add CLI command to enable a plugin
      
      This adds the ability to enable multiple plugins at once along with their dependencies.
      
      * Add missing license headers
      
      * Clarify javadoc
      
      * Fix copyright
      
      Work was done while at work!
      
      * Improve short description of enable-plugin command
      
      * Improve output of enable-plugin command
      
      * Clarify enable-plugin errors regarding dependencies
      199a8303
    • O
      efb7adcc
    • J
      [JENKINS-52729] Launcher.ProcStarter.stdout(TaskListener) discards remotability (#3563) · ebd71116
      Jesse Glick 提交于
      * [JENKINS-52729] Demonstrating issue with Launcher.ProcStarter.stdout(TaskListener).
      
      * [JENKINS-52729] Properly remote the TaskListener.
      
      * Defend test against a possible problem on Windows.
      
      * FindBugs
      
      * Fix a Windows test failure. There is no C:\Windows\System32\echo.exe; it is a cmd.exe built-in.
      
      * Clarify in Javadoc that TaskListener is remotable.
      
      * A call to stdout(TaskListener) should be countermanded by a call to stdout(OutputStream), which was true for local but not remote launchers.
      ebd71116
  21. 02 8月, 2018 3 次提交
  22. 01 8月, 2018 1 次提交