×
Oct 17, 2017 · This plugin converts Freestyle jobs to Pipeline jobs.
Jan 3, 2024 · Enables defining Jenkins Pipelines as YAML Files. This plugin is currently in the Incubation Stage (see the documentation).
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
Feb 5, 2024 · This project includes a plugin that uses details from a Freestyle project to generate a starting Jenkinsfile. The Declarative Pipeline ...
Nov 22, 2023 · This plugin provides a Build Pipeline View of upstream and downstream connected jobs that typically form a build pipeline.
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
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 ...
Aug 14, 2018 · This project aims to develop a pull request Job Plugin. Users should be able to configure job type using YAML file placed in root directory ...
This step pauses Pipeline execution and allows the user to interact and control the flow of the build. Only a basic "proceed" or "abort" option is provided ...