I have a Jenkins container in docker.
When I build something successfully, I want to deploy it to a glassfish docker container.
https://docs.oracle.com/cd/E19798-01/821-1757/ghgmi/index.html
Mentioned on the given website, copying a war in the autodeploy folder will auto deploy it. But how do I connect to the glassfish container?
https://github.com/jenkinsci/postbuildscript-plugin
With this plugin you can execute a script after building.