rundeck-plugins/docker

docker folder not found - Also, I had to compile using gradlew

JoeJenningsDMC opened this issue · 1 comments

When I compiled this project into a zip archive and put it into my libext directory. I was getting errors that a 'docker' directory wasn't present. I had to manually put all the source of the zip archive into a directory called 'docker' and archive this directory into a new zip file to get it to work.

I'm using Rundeck 3.0.23-20190619.

Also, the readme says that you should use gradle build to compile the plugin. This kept failing after 20 or so seconds and I had to use gradlew instead.