in Jenkins by
What is the solution if you find a broken build for your project?

1 Answer

0 votes
by
To resolve the broken build follow the below-mentioned steps:

(i) Open console output for the build and check if any file change has missed.

OR

(ii) Clean and update your local workspace to replicate the problem on the local system and try to resolve it (In case you couldn’t find out the issue in the console output).
...