Jenkins features a Groovy script console which allows one to run arbitrary Groovy scripts within the Jenkins controller runtime or in the runtime on agents. It ...
Jan 18, 2024 · This plugin takes the idea of the script console one step further and allows you to ease your daily work with the Jenkins script console.
Only run the steps in post if the current Pipeline's run has an "unstable" status, usually caused by test failures, code violations, etc. This is typically ...
Jul 18, 2016 · Rather than sitting and watching Jenkins for job status, I want Jenkins to send notifications when events occur. There are Jenkins plugins for ...
Mar 2, 2022 · I have a problem. In Jenkins, I run automatic tests using Postman. When the build is done, an e-mail notification is sent with an attachment ...
This plugin is a Notifier (Publisher) that will talk to a Rundeck instance (via its HTTP API) to schedule a job execution on Rundeck after a successful build on ...
Aug 22, 2016 · The search screen is where you tell the plugin which jobs you wish to report on and what timeframe should be included in the report. .
Nov 2, 2023 · When you have complex build Pipelines, it is useful to be able to see the progress of each stage. The Pipeline Stage View plugin includes an ...
This example will search FOO message in all comment lines. + $class: 'PathRestriction'; - $class: 'PathRestriction'. If set, and Jenkins is set to poll for ...
Plugins commonly store user credentials and similar secrets, like API keys, access tokens, or just user names and passwords, to interface with other systems ...