Start JoNaS server from Jenkins with a shell script
Continuous integration is a process that involves the build of the project but also the deployment of the artefacts (the term used with Maven). These artefacts are archives such as EAR, WAR, JAR files. I had to write a shell script in Jenkins that would run just after the build and that would stop the … Read more