×
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
hudson.scm ... Used to convert legacy configuration into the new repository structure. ... cvspass file and retrieves the encoded password for the requested CVS ...
Missing: credentials | Show results with:credentials
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 ...
Missing: credentials | Show results with:credentials
Jenkins Credentials type into a service specific authentication as this allows the conversion logic to be separated cleanly from your connection code ...
Jan 18, 2024 · This plugin allows configuration of Jenkins based on human-readable declarative configuration files.
Missing: hudson | Show results with:hudson
Jan 18, 2024 · Allows you to log in to Jenkins via OAuth to an OpenShift installation.
This plugin allows use of Git as a build SCM, including repository browsers for several providers. A recent Git runtime is required (1.7.9 minimum, ...
Pluggable ability to manage transfer and/or storage of build artifacts. The descriptor should specify at least a display name, and optionally a {@code ...
From a multibranch Pipeline project, reads a file from the associated SCM and returns its contents. Unlike the readFile step, no workspace is required. If the ...
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 ...