×
Jenkins has several "hidden" features that can be enabled with system properties. This page documents many of them and explain how to configure them on your ...
The Jenkins Configuration as Code (JCasC) feature defines Jenkins configuration parameters in a human-readable YAML file that can be stored as source code.
Missing: hudson | Show results with:hudson
Dec 12, 2019 · Use this plugin to convert your jobs into DSL Groovy scripts.
Basic configuration unit in Hudson. ItemGroup<T ... Marker interface for Descriptors which use xml persistent data, and as such need to load from disk when ...
Jul 15, 2022 · So now I am attempting to version control the whole Jenkins config – essentially creating a Jenkins image that I can simply git clone and get ...
Captures the configuration information in it. SCM() - Constructor for class hudson.scm.SCM · SCM_Permissions_Title() - Static method in class hudson.scm.
Parses configuration XML files and picks up references to XML files. parseSCM(StaplerRequest) - Static method in class hudson.scm.SCMS. Deprecated. as of ...
Jenkins understands the JUnit test report XML format (which is also used by TestNG). When this option is configured, Jenkins can provide useful information ...
Missing: hudson | Show results with:hudson
Jan 18, 2024 · This plugin allows configuration of Jenkins based on human-readable declarative configuration files.
Missing: hudson | Show results with:hudson
Job.logRotator used to be typed as LogRotator , so such configuration file ends up trying to unmarshal BuildDiscarder and not its subtype. This converter makes ...