1. 23 6月, 2016 1 次提交
  2. 22 6月, 2016 2 次提交
  3. 14 5月, 2016 1 次提交
  4. 12 2月, 2016 1 次提交
  5. 10 11月, 2015 1 次提交
    • C
      remove unused import statements · 7efb9090
      Christopher Simons 提交于
      In addition to cluttering the namespace, unused imports generate
      compiler warnings, introducing noise and obscuring more important
      compiler warnings.  This change removes them.
      7efb9090
  6. 15 8月, 2014 1 次提交
  7. 14 8月, 2014 1 次提交
  8. 06 8月, 2014 1 次提交
  9. 01 6月, 2014 1 次提交
  10. 28 10月, 2013 1 次提交
  11. 24 10月, 2013 1 次提交
  12. 23 10月, 2013 2 次提交
    • M
      Null check for if build scheduling Refused by extension => not in Queue. · eaeb45bd
      Marco Miller 提交于
      New test in hudson/cli/BuildCommandTest.groovy, as well as companion
      @TestExtension class, thanks to Jesse' suggestion. This is so that we
      test this hereby fixed case of a QueueDecisionHandler Refusing a build,
      leading to that null value now checked and handled accordingly.
      
      Commit also includes sorted imports and a few minor indentation fixes,
      as well as another (very) minor string change.
      eaeb45bd
    • M
      Null check for if build scheduling Refused by extension => not in Queue. · b24aefb3
      Marco Miller 提交于
      No test added in hudson/cli/BuildCommandTest.groovy, as this case is no
      longer reproducible with bare Jenkins core and cli. Indeed, one now
      need a plugin to extend QueueDecisionHandler, so it can Refuse a build,
      hence test this specific null case. Regression tests do all pass still.
      b24aefb3
  13. 25 9月, 2013 1 次提交
  14. 16 9月, 2013 1 次提交
  15. 25 8月, 2013 4 次提交
  16. 28 11月, 2012 1 次提交
  17. 15 8月, 2012 1 次提交
  18. 14 8月, 2012 1 次提交
    • E
      fix JENKINS-14772 · 2380a8d4
      Esa Laine 提交于
      This fix implements an optional retry loop for cli BuildCommand
      The retry is not for the actual command, but for reading the log file
      (when -v is used) This is so that slow machines, which may create the log
      file so slowly that is it not present when reading of it starts,
      will optionally  try to start reading it multiple times.
      
      This is implemented via a use of an optional "-r INT" cmd option
      2380a8d4
  19. 06 8月, 2012 2 次提交
  20. 31 7月, 2012 1 次提交
  21. 25 7月, 2012 1 次提交
  22. 19 7月, 2012 1 次提交
  23. 14 7月, 2012 1 次提交
  24. 10 6月, 2012 2 次提交
  25. 22 5月, 2012 1 次提交
  26. 27 1月, 2012 1 次提交
  27. 23 1月, 2012 1 次提交
  28. 10 8月, 2011 1 次提交
  29. 28 7月, 2011 1 次提交
  30. 08 8月, 2010 1 次提交
    • M
      [SECURITY-5] Add several missing permission checks in CLI commands. · d4c9e40b
      mindless 提交于
      Current CLI is always available and most commands can be run by anonymous users.
      Now only a short help message and the login command are available for anonymous
      in a Hudson without anonymous read permission, and each individual command also
      checks the appropriate permission for that command.  Details:
      * Vulnerable CLI commands now fixed:
        build, clear-queue, copy-job, create-job, delete-builds, delete-job,
        disable-job, enable-job, install-plugin, install-tool, keep-build,
        mail, restart, safe-restart, set-build-result
      * Broken CLI commands now fixed:
        connect-node, delete-node, disconnect-node, offline-node, online-node
      * Other vulnerable command (not CLI) now fixed: /gc (JVM garbage collect)
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@33626 71c3de6d-444a-0410-be80-ed276b4c234a
      d4c9e40b
  31. 13 11月, 2009 1 次提交
  32. 07 11月, 2009 2 次提交