Login
Remember
Register
Ask a Question
If your project build is broken, what should you do?
0
votes
asked
May 1, 2021
in
Jenkins
by
rajeshsharma
If your project build is broken, what should you do?
#jenkins
broken-build
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 1, 2021
by
rajeshsharma
There are 2 ways to resolve a broken build –
Open the console and double check if all the files are taken. If any changes are missing, place them correctly.
Replicate the problem on your local set up to debug and fix the issue.
...