I currently got this error when building with jenkins
ERROR: Unable to parse file: /var/lib/jenkins/workspace/vcl/resources/views/scr2131.blade.php
ERROR: Parse error at line 11 column 23:
<!-- <% unless @max_results %>-->
It just a comment line in those blade file (i'm using laravel). This file is the common file and it kind of hard to have permission to change anything. Is there anything I can do to make Jenkins pass this error?
I can do to make Jenkins pass this error?
Jenkins itself does not parse those files.
One of your Jenkins job build step does.
So the question becomes: How can I make that step not fail when parsing that php file.
It depends what actually is that step: error parsing are often seen during a SonarQube analysis as this one.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With