InterviewSolution
Saved Bookmarks
| 1. |
What You Do When You See A Broken Build For Your Project In Jenkins? |
|
Answer» We can check the console output in Jenkins to investigate the output of the build. This can help us in identifying if any files CHANGE missed during COMMIT. If the console output is of no help we can use a local copy of workspace to replicate the issue. Last time we had a FAILING build with Jenkins showing a RED ball to prove it. The first PLACE to look when we have a failing build is the console output. You can get to the console output via the main menu on the left of your project page. Console output |
|