×
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.
These scripts are written in Groovy, and get executed inside the same JVM as Jenkins, allowing full access to the domain model of Jenkins.
Jenkins has a built-in command line interface that allows users and administrators to access Jenkins from a script or shell environment.
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.
How to use the Jenkins CLI from a shell or script. Script Console. Execute an Apache Groovy script for administration, troubleshooting, and diagnostics. Prepare ...
Sep 26, 2023 · The plugin also adds the functionality of the Script Console to the project configuration page. You can schedule your system management script..
Jenkins, and a number of plugins, allow users to execute Groovy scripts in Jenkins. These scripting capabilities are provided by: Script Console. Jenkins ...
Apr 18, 2019 · Several scripts to display data about http sessions, threads, memory, JVM or MBeans, when using the Monitoring plugin.
Apr 8, 2024 · Allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.