-
New Feature
-
Resolution: Fixed
-
Minor
-
Jenkins 2.57 running using JDK1.8_141 on RH6 Linux, no container
jenkinslint 0.9.0
In my understanding, currently I can only exclude a Jenkins Lint rule for a specific job, by "adding a trailing lint:ignore:<check name> comment to the job description."
(This one is tested and worked)
Unfortunately there are some rules, which I would like to ignore completely for now.
Is there a way to do this (besides adding this per-job-exclude to all affected jobs ?)
If no, could this please be added ?
(I tried to add a "-Dlint:ignore:GradleWrapperChecker" to my jenkins startup parameters, because I first misunderstood the docu - this didn't work