What would be the best way to deploy Jboss EAP via Jenkins?
After the build is completed, if it succeeds, I would like to deploy my application, it would be better via plugin or create some script (Run in the post build of Jenkins).
I currently do this deploy manually, via the Jboss console.