Hey,
I'm developing a plugin that needs to connect to ssh server in a post function.
I tried creating a java class that ensure that connection and call that class in the execute() method in my post function but no luck and also I added the java code directly in the execute() method but the plugin become disabled.
I thought about doing this using Groovy script but I couldn't figure out how to start !!
Any help will be appreciated