in Jenkins by (23.9k points)
What You Do To Make Sure That Your Project Build Doesn’t Break In Jenkins?

1 Answer

0 votes
by (32.2k points)

I make sure that I perform successful clean install on my local machine with all unit tests.

Then I make sure that I check in all code changes.

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

Related questions

+1 vote
asked May 13, 2020 in Jenkins by Robindeniel (20.8k points)
...