Automate deploy in Jboss by Jenkins?

0

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.

    
asked by anonymous 18.05.2016 / 16:50

1 answer

1

Edson, there are automated Deploy tools that make your life much easier, because they offer a huge range of possibilities and ways of working your deploy. Today I use Jenkins as a build orchestrator and have been taking good care of me, what I've been reading about using it as a deploy tool is not good at all, take a look here: link

I would advise you to take a look at IBM Urbancode Deploy, BitBucket, Capistrano, DeployBot, ElasticBox, JuJu ... There are many, look for the one that best suits your environment.

    
20.01.2017 / 19:24