March 2018
Intermediate to advanced
324 pages
8h 30m
English
With our project created in Jenkins, now it is time to test it. We never configured a triggered execution, so Jenkins is not monitoring the changes in the repository. For this example, launching the builds manually is more than enough, but in a real scenario we would like it to be triggered automatically on every change in the master branch:

The build has finished successfully; we can see in the summary that tests were executed but none has failed. We are ready to download the artifact and try to execute it locally:
$> chmod u+x thimblerig-service.jar$> ./thimblerig-service.jar
At some point, the logs will display a message ...
Read now
Unlock full access