-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: jenkinslint-plugin
-
Labels:
-
Environment:Jenkins 2.57 running using JDK1.8_141 on RH6 Linux, no container
jenkinslint 0.10.1
build timeout plugin 1.18
-
Similar Issues:
Hello,
Build timeout plugin supply two kind of timeout steps:
Build environment => "Abort if the build is stuck"
If the job it is configured with this step, the TimeoutChecker flag gets correctly green
Build Step => "Run with timeout"
If the job it is configured with this step, the TimeoutChecker flag gets red: also this step should be detected as a correctly configured job.
Best Regards,
Roberto
P.S. is there in generale more detailed documentation on jenkinslint plugin, with some example on how to fix the jobs?
Thanks,
Build Step => "Run with timeout" is not supported atm, just the build wrapper*: '*Abort if the build is stuck" **
You can find those details under:
I'll analyse it further to support it in the upcoming release.
Thanks