0 votes
in Jenkins by
How To Make Sure That Your Project Builds Doesn’t Break In Jenkins?

1 Answer

0 votes
by

You must follow these steps to make sure that your project builds doesn’t break in Jenkins:

First, perform successful clean install on your local machine with all unit tests.

Check all your code changes.

Synchronize with repository to make sure that all required config and POM changes and any difference is checked into the repository.

...