-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Component/s: ec2-plugin
-
Labels:None
-
Environment:docker jenkins/jenkins:lts-slim
ec2-plugin 1.42
-
Similar Issues:
I must say any version > 1.39 seems ultra buggy for our use case (ec2 spot instances @ c4.xlarge):
- when launching manually the plugin can not pick up the private IP and tries to connect to "null:22" endlessly
- when launched "on-demand" the plugin will launch 10+ spot instances, non of them will work though
Downgrading to 1.39 makes the plugin work on the exact same setup. Curious why AWS is not stepping in to give this plugin some love...
We are using spot instances too. Configuring master to connect to slaves using neither public IP or private IP works. Always
Jan 21, 2019 6:41:58 AM hudson.plugins.ec2.EC2Cloud
INFO: Failed to connect via ssh: There was a problem while connecting to null:22
The plugin is indeed unusable for spot instance use case since 1.40, there was always different error in each version.