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.

Related questions

+1 vote
asked May 30, 2020 in NodeJS Essentials by SakshiSharma
0 votes
asked Nov 13, 2020 in Testing by sharadyadav1986
...