1. 16 12月, 2016 1 次提交
  2. 15 12月, 2016 3 次提交
    • P
      [JENKINS-38903] Split Exception handling for node provision and adding to Jenkins (#2591) · 15e69874
      Pavel Janousek 提交于
      * [JENKINS-38903] Split Exception handling for node provision and adding to Jenkins
      
      * Defined new static helper methods that ensure exceptions are not propagated
      
      * Added onCommit and onRollback signals to CloudProvisioningListener
      
      Added the new signals to be able to notify the state after Jenkins.addNode(Node)
      All Listener's calls moved to an exception-tolerant static helpers
      
      * Added @Nonnull annotation
      Changed the method signature CloudProvisioningListener.onRollback()
      
      * Re-throw Error in the fireOnXXX()
      Removed re-thrown Throwable in the main try/catch block
      	(an instance of the Error is handled separately)
      
      * Handling of Error changed
      
      * Fixed Error instance handling in NodeProvisioner.fireOnFailure()
      15e69874
    • K
      [FIXED JENKINS-40286] - Delegate JnlpMac computation to SlaveComputers if possible (#2658) · 37806a53
      kbrowder 提交于
      [FIXED JENKINS-40286] - Delegate JnlpMac computation to SlaveComputers if possible
      37806a53
    • A
      [FIX JENKINS-40053]: Use english as default-locale... · f042bf22
      andrealaura 提交于
      [FIX JENKINS-40053]: Use english as default-locale ResourceBundleUtilTest#test_unknown_locale (#2650)
      
      * [FIX JENKINS-40053]: Use english as default-locale, so the ResourceBundleUtilTest runs also on systems with other default os locales.
      
      * [FIX JENKINS-40053]: Cleanup Locale after test to avoid impact on other tests.
      
      *  [FIX JENKINS-40053]: Use english as default-locale only in the required test method.
      
      * [FIX JENKINS-40053]: Cleanup unused imports.
      f042bf22
  3. 14 12月, 2016 1 次提交
  4. 13 12月, 2016 1 次提交
  5. 12 12月, 2016 6 次提交
  6. 11 12月, 2016 2 次提交
  7. 10 12月, 2016 1 次提交
  8. 09 12月, 2016 8 次提交
  9. 07 12月, 2016 3 次提交
  10. 05 12月, 2016 4 次提交
  11. 03 12月, 2016 1 次提交
    • O
      [JENKINS-23271] - Process statuses of Remote process join() operations... · 29893354
      Oleg Nenashev 提交于
      [JENKINS-23271] - Process statuses of Remote process join() operations directly inside methods (#2653)
      
      * [JENKINS-23271] - Process statuses of Remote process join() operations directly inside methods
      
      * [JENKINS-23271] - Also prevent the issue when the kill() command is the last call in the usage sequence
      29893354
  12. 30 11月, 2016 2 次提交
  13. 29 11月, 2016 3 次提交
  14. 28 11月, 2016 4 次提交