You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
I started observing described behavior not after certain moment like config change or update so really hard to say how to reproduce it. Build usually fails after building application docker image stage (23 steps build), sometimes right after pushing to registry and proceeding to the next stage, sometimes before pushing, but also saw cases when it was on a later stage. It is not observed on quick builds.
Start the build on EC2 fleet agent.
Build fails in the middle.
Environment Details
Plugin Version?
2.5.1
Jenkins Version?
2.346.2
Spot Fleet or ASG?
ASG
Label based fleet?
No
Linux or Windows?
Linux
EC2Fleet Configuration as Code
Unfortunately, don't have the configuration as code plugin installed, any other good option I can provide it?
Anything else unique about your setup?
No
The text was updated successfully, but these errors were encountered:
@inickp Looks like the issue here is that the plugin terminated a busy instance. This has been addressed in ec2-fleet-2.7.0. Also, this version surfaces the reason why an instance was terminated by the plugin, one of these. Hope that helps.
See related issue: #363
If your specific issue persists after upgrading, feel free to re-open the issue with your cloud configuration (if you don't use configuration as code, then just list the configuration manually or add a screenshot, whatever is easier)
Issue Details
Describe the bug
Build fails unexpectedly due EC2 fleet instance being terminated by ec2-fleet-plugin.
Block with failure from build console:
com.amazon.jenkins.ec2fleet log:
AWS events history for the EC2 instance:
To Reproduce
I started observing described behavior not after certain moment like config change or update so really hard to say how to reproduce it. Build usually fails after building application docker image stage (23 steps build), sometimes right after pushing to registry and proceeding to the next stage, sometimes before pushing, but also saw cases when it was on a later stage. It is not observed on quick builds.
Environment Details
Plugin Version?
2.5.1
Jenkins Version?
2.346.2
Spot Fleet or ASG?
ASG
Label based fleet?
No
Linux or Windows?
Linux
EC2Fleet Configuration as Code
Unfortunately, don't have the configuration as code plugin installed, any other good option I can provide it?
Anything else unique about your setup?
No
The text was updated successfully, but these errors were encountered: