Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
In approx. 1 of 8 cases the the started EC2 instance is not tagged. We use spot instances if that is important.
I looked into the code and added some logging and found out that in some cases EC2AbstractSlave.fetchLiveInstanceData() is called before EC2AbstractSlave.pushLiveInstancedata().
Pull request: https://github.com/jenkinsci/ec2-plugin/pull/257