0 votes
in Jenkins by
What You Do To Make Sure That Your Project Build Doesn’t Break In Jenkins?

1 Answer

0 votes
by

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
0 votes
asked Apr 29, 2021 in Jenkins by SakshiSharma
...