Home

Awesome

๐Ÿ“–

A Jenkins plugin used on https://scala-ci.typesafe.com to start and stop EC2 instances on demand.

Differs from the ec2-plugin, which creates and deletes instances based on AMIs.

๐Ÿš’

After updating all (other) Jenkins plugins (Jan 23, 2023), this plugin stopped working, the Jenkins node log showed "Socket not created by this factory".

A google search brought me to this StackOverflow, suggesting to try updating dependencies. After attempting to update individual dependencies first, I finally updated everything, which luckily worked.

๐Ÿšง

To build the plugin

๐Ÿคจ