the build fails that prevents the recording of issues
Anything else?
the build calls yarn lint:ci, this prevents that eslint errors in javascript files are printed to the console. So in order to find the error I need to run a local build where I modify the build to call lint only which prints the errors to the console
Reproduction steps
Expected Results
I'm able to see the eslint problems in the UI at https://ci.jenkins.io/job/Core/job/jenkins/PR-number
Actual Results
the build fails that prevents the recording of issues
Anything else?
the build calls yarn lint:ci, this prevents that eslint errors in javascript files are printed to the console. So in order to find the error I need to run a local build where I modify the build to call lint only which prints the errors to the console