×
Apr 8, 2024 · Allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.
Missing: wiki. | Show results with:wiki.
default-src 'none' prohibits loading scripts, URLs for AJAX/XHR/WebSockets/EventSources, fonts, plugin objects, media, and frames from anywhere (images and ...
To safely support this wide spread of security and threat profiles, Jenkins offers many configuration options for enabling, editing, or disabling various ...
In this document, we'll be implementing a Builder that says hello. (built-in builders include Ant, Maven, and shell script. Builders build a project.) Setting ...
A Jenkins Admin can execute groovy scripts remotely by sending an HTTP POST request to /script/ url or /scriptText/ . curl example via bash. curl -d "script=< ...
This ensures that the jenkins master can scale to support many more jobs, and it also protects builds from modifying potentially sensitive data on $JENKINS_HOME ...
Sep 26, 2023 · To create Groovy-based project, add new free-style project and select "Execute Groovy script" in the Build section, select previously configured ...
Jul 27, 2023 · To inject environment variables from the evaluation of a Groovy script (powered by Script Security Plugin); To export environment variables ...
Feb 14, 2024 · With this plugin, you can configure Jenkins to authenticate the username and the password through Active Directory. This plugin internally ...
A client for ElasTest that allows you to integrate a Job of Jenkins with a TJob of ElasTest. You can send the logs generated by a build from Jenkins to ...