-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.222.4
ec2 plugin: 1.50.3
I've tried to use the latest (1.50.3) version of the ec2 plugin and encountered an issue when creating a windows node.
When trying to start the ec2 instance, it boots and then it got stuck. I didn't manage to find why. Here the only log I have:
EC2 (elastic-cloud) - windows-node (i-1234) booted at 1591718074000 Connecting to (xx.xx.xx.xx) with WinRM as Administrator
Enabling the logging gave me no information. I was hoping having some logs enabling logging for hudson.plugins.ec2.win but without success
The code seems stuck I don't have log saying it is doing something.
I downgrade to 1.50.2.1 and it is working correctly. With the logging enabled I managed to get this line that I don't have with the 1.50.3
Jun 09, 2020 4:05:31 PM FINE hudson.plugins.ec2.win.WinConnection checking SMB connection to xx.xx.xx.xx
Hi mramonleon - I already have security groups and subnet id's configured. THough my Jenkins version is 2.235.1
I tried Host Key Verification to set it to off. Still doesn't work.
Thanks