Google
×
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.
Oct 25, 2023 ˇ This plugin allows Jobs and Views to be defined via DSLs.
Missing: hudson | Show results with:hudson
Jenkins Configuration as Code Jenkins Operator ... It is the preferred tool for Jenkins ... When you update the designated repository, a new build is triggered, as ...
Missing: hudson | Show results with:hudson
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 ...
Oct 17, 2017 ˇ This plugin converts Freestyle jobs to Pipeline jobs.
Missing: dsl | Show results with:dsl
Jan 3, 2024 ˇ Enables defining Jenkins Pipelines as YAML Files. This plugin is currently in the Incubation Stage (see the documentation).
Missing: hudson | Show results with:hudson
In this case, you need to include ${library.yourLibName.version} somewhere in the configuration of the SCM, so that during checkout the plugin will expand this ...
Missing: hudson | Show results with:hudson
Click New Item on your Jenkins home page, enter a name for your job, select Multibranch Pipeline, and click OK. Configure your SCM source (options include Git, ...
Missing: hudson | Show results with:hudson
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 ...