I would like to set up a continuous integration environment in which, after executing the source code, it starts the build process, which checks the code, runs the tests, builds the war file and deploys it to the console server so that users / testers can access the application in the browser.
Is it possible?
I use maven and the pier (I do not want to change this. I use the pier for both development and production). For CI, I study Jenkins, but I am open to other open source solutions.
If possible, how can I set up the environment.
source
share