InterviewSolution
Saved Bookmarks
| 1. |
What You Do To Make Sure That Your Project Build Doesn’t Break In Jenkins? |
|
Answer» 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. 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. |
|