Open geoffswift opened 3 months ago
I am also seeing this issue when using the latest code/container image
We are facing the same issue.
@geoffswift @edwardtew @dahorak Until we find a fix, you can try with --no-parse
as workaround
Thanks for your suggestion, we stick to the previous 15.0.0 version as a workaround.
We have pinned the version at 15.0.0 for now as well. Thanks for the suggestion @nvuillam
We faced the same issue, but using version 15.0.0 served as a workaround for us.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 🤖
label or comment on the issue.
Bump. Don't close please
Same issue, using 15.0.0.
Yes, this issue prevents us from using a newer version. Please fix! Thank you!
I know I know... that's hard to find time these days ^^
Anyone is welcome to try bia a PR :)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 🤖
label or comment on the issue.
I still would like to see this issue resolved
Running npm-groovy-lint
via https://github.com/super-linter/super-linter bundle which has upgraded it to 15.0.2
yesterday and now we're hitting the below:
0 error Unknown parsing error: "/github/workspace/ami_build/Jenkinsfile: 2: unable to resolve class Library for annotation
@ line 2, column 1.
@Library('shared-library') _
^
" NglParseError
Is there any way to disable them via groovylintrc.json?
Since 15.0.1 we see this error validating our Jenkins script:
The problematic line of code looks like this:
I am using the "recommended-jenkinsfile" configuration.
I tried against these currently available versions:
15.0.0 - Good 15.0.1 - Bad 15.0.2 - Bad