Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
master
. - If you've fixed a bug or added code that should be tested, please add JUnit tests.
- Ensure the test suite passes (
mvn clean verify
). - Run
mvn hpi:run
and go to http://localhost:8080/jenkins/ to test your changes. Add a job that produces your bug / feature scenario.