1. 11 1月, 2020 1 次提交
    • S
      [JENKINS-36720] - Fix Spotbugs issues (SE_COMPARATOR_SHOULD_BE_SERIALIZABLE,... · bef9ded5
      StefanSpieker 提交于
      [JENKINS-36720] - Fix Spotbugs issues (SE_COMPARATOR_SHOULD_BE_SERIALIZABLE, ES_COMPARING_STRINGS_WITH_EQ) (#4379)
      
      * fixed Spotbugs issues (SE_COMPARATOR_SHOULD_BE_SERIALIZABLE, ES_COMPARING_STRINGS_WITH_EQ)
      
      * replaced wildcard import with specific imports
      
      * added missing import
      
      * fixed spotbugs issues
      
      * removed accidently added import
      bef9ded5
  2. 10 1月, 2020 2 次提交
  3. 06 1月, 2020 2 次提交
  4. 05 1月, 2020 1 次提交
  5. 04 1月, 2020 7 次提交
  6. 03 1月, 2020 2 次提交
  7. 31 12月, 2019 3 次提交
  8. 30 12月, 2019 1 次提交
  9. 29 12月, 2019 1 次提交
    • S
      [JENKINS-36720]: Fixed some Spotbugs issues (#4180) · 8b893a1c
      StefanSpieker 提交于
      * [JENKINS-36720]: Fixed Spotbugs issues WMI_WRONG_MAP_ITERATOR and OS_OPEN_STREAM in core
      
      * merged try with resources with try finally
      
      * reverted auto format from IDE
      
      * reverted auto format from IDE
      
      * use Util.fileToPath() as suggested to remove catch block
      
      * merged try statements
      
      * merged try statements
      
      * reverted some whitespace fixes
      
      * reverted another whitespace fix
      
      * Apply suggestions from code review
      Co-Authored-By: NOleg Nenashev <o.v.nenashev@gmail.com>
      
      * reverted change
      
      * reverted change
      
      * reverted change
      Co-authored-by: NOleg Nenashev <o.v.nenashev@gmail.com>
      8b893a1c
  10. 27 12月, 2019 1 次提交
  11. 23 12月, 2019 1 次提交
  12. 21 12月, 2019 4 次提交
  13. 20 12月, 2019 1 次提交
    • J
      [JENKINS-60351] - Make it possible to disable multiple deletion attempts by... · 7228af5b
      James Nord 提交于
      [JENKINS-60351] - Make it possible to disable multiple deletion attempts by setting hudson.Util.maxFileDeletionRetries to zero (#4382)
      
      * [JENKINS-60351] It should be possible to disable a retry of the
      PathRemover
      
      This does not address the issues that the comments and code in
      hudons.Util are inconsistent if they are for retries or total number of
      attempts (they are currently total number of attempts)
      
      * [JENKINS-60351] Make the code conform to the documentation
      
      maxRetries should control the number of retries not the number of
      attempts.
      
      * rename field from DELETION_MAX to DELETION_RETRIES
      7228af5b
  14. 14 12月, 2019 1 次提交
  15. 12 12月, 2019 1 次提交
  16. 11 12月, 2019 1 次提交
    • T
      [JENKINS-59656] check build id before interrupting from the executors widget (#4264) · d36acc1c
      Thomas de Grenier de Latour 提交于
      * [JENKINS-59656] when stopping a Run via the executors widget, make sure it's the intended one
      
      * [JENKINS-59656] added Executor.stopBuild(String) instead of .stop(String)
      
      * revert change to deprecated doStop(StaplerRequest,StaplerResponse), useless now that it's doStopBuild(String) which takes a runExtId parameter
      
      * javadoc: "@since TODO" rather than "@since 2.???"
      
      * [JENKINS-59656] added test case
      
      * jelly cleanup with h.urlEncode(String)
      
      * make Functions.urlEncode(null) return empty String
      
      * Executor.doStopBuild(runExtId): ignore runExtId if executable is not a Run
      
      * Executor.doStopBuild(runExtId) doesn't have to be a public API
      d36acc1c
  17. 06 12月, 2019 1 次提交
  18. 05 12月, 2019 1 次提交
  19. 25 11月, 2019 2 次提交
  20. 24 11月, 2019 2 次提交
  21. 22 11月, 2019 1 次提交
  22. 18 11月, 2019 1 次提交
  23. 16 11月, 2019 2 次提交