InterviewSolution
| 1. |
What do you do to make sure that your project build doesn't break in Jenkins? |
|
Answer» We ensure that we perform effective clean introduce on our local machine with all unit tests. At that point, we ensure that we check in all code changes. We do complete a Synchronize with the archive to ensure that all required config and POM changes and any differences are registered with the repository. You have to pursue the underneath referenced strides to ensure that the Project build does not break:
There is a build FAILURE analyzer plug-in which tells us a reason for build failure in case the build gets failed even after following the above steps. The module ACCOMPANIES an empty information base of failure causes. Populating this learning base is finished by UTILIZING the connection "Failure Cause Management". The connection has appeared if the consent UpdateCauses is set for the current user. Press "Create New" and include a name and a depiction for the Failure Cause. The depiction ought to contain the motivation BEHIND why this build flopped just as potential answers for the build failure. |
|