Google
Jenkins has a mechanism known as "User Content", where administrators can place files inside $JENKINS_HOME/userContent , and these files are served from�...
Jenkins serves files that could come from less trusted sources with a strict Content-Security-Policy HTTP response header.
Sep 7, 2021Jenkins has a mechanism known as "User Content", where administrators can place files inside $JENKINS_HOME/userContent , and these files are�...
The plugin parses a data file of some kind, usually as a post-build step, and presents the contents to the user, e.g. through the use of a�...
Oct 14, 2014Jenkins has a mechanism known as "User Content", where administrators can place files inside $JENKINS_HOME/userContent , and these files are�...
By default, Jenkins strictly limits the features useable in user content (files from workspaces, archived artifacts, etc.) it serves. This chapter discusses how�...
Builds in Jenkins run with an associated user authorization. By default, builds run as the internal SYSTEM user that has full permissions to run on any node.
This page describes the restrictions applied by potentially untrusted files served by Jenkins by default and how to customize them.