Branch: refs/heads/master
Home: https://github.com/jenkinsci/ec2-plugin
Commit: e193d5fee745978e0a6f970579d8b17e3b1e3c74
https://github.com/jenkinsci/ec2-plugin/commit/e193d5fee745978e0a6f970579d8b17e3b1e3c74
Author: Scott Sutherland <[email protected]>
Date: 2022-04-25 (Mon, 25 Apr 2022)
Changed paths:
M src/main/java/hudson/plugins/ec2/CloudHelper.java
M src/main/java/hudson/plugins/ec2/EC2Cloud.java
M src/main/java/hudson/plugins/ec2/EC2SlaveMonitor.java
Log Message:
-----------
JENKINS-63537 - Detect a RequestExpired exception
* Defined a constant EC2_REQUEST_EXPIRED_ERROR_CODE with the error code string
* Replaced hard coded string with constant in CloudHelper check
* Conditional logic in EC2SlaveMonitor to skip node termination when the cause
is RequestExpired
Commit: d6c1b244217bb851faf0605ff51b9c6847413b9b
https://github.com/jenkinsci/ec2-plugin/commit/d6c1b244217bb851faf0605ff51b9c6847413b9b
Author: Raihaan Shouhell <[email protected]>
Date: 2022-05-02 (Mon, 02 May 2022)
Changed paths:
M src/main/java/hudson/plugins/ec2/CloudHelper.java
M src/main/java/hudson/plugins/ec2/EC2Cloud.java
M src/main/java/hudson/plugins/ec2/EC2SlaveMonitor.java
Log Message:
-----------
Merge pull request #560 from suthsc/expired-request-exception-check
Detect an expired request exception
Compare:
https://github.com/jenkinsci/ec2-plugin/compare/681e46c3719f...d6c1b244217b
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-plugin/push/refs/heads/master/681e46-d6c1b2%40github.com.