Issue
I want to setup groovy to dismiss all warnings. I found the posting to setup jenkins groovy for security warnings. But I did not find three ids of that warnings:
href="https://i.stack.imgur.com/ZwxuD.png" rel="nofollow noreferrer">enter image description here
Have I to take another ways to dismiss that warnings?
Solution
Please do not upload images of code/errors when asking a question..
Those warnings are Administrative Monitor warnings.
Jenkins > Manage Jenkins > Configure System > Administrative monitors configuration. Click on the Administrative monitors button. (Example)
Disable any warnings with caution.
If using JCasC, you can add steps to disable.
You can achieve the same using groovy and groovy.init.
Answered By - Ian W
Answer Checked By - Pedro (JavaFixing Volunteer)