×
Pipeline adds a powerful set of automation tools onto Jenkins, supporting use cases that span from simple continuous integration to comprehensive CD pipelines.
As mentioned previously, Jenkins Pipeline is a suite of plugins that supports implementing and integrating continuous delivery pipelines into Jenkins.
The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step. Read more about how to ...
Mar 22, 2024 · This plugin provides integration with Pipeline, configures maven environment to use within a pipeline job by calling sh mvn or bat mvn.
Extensible: The Pipeline plugin supports custom extensions to its DSL (domain scripting language) and multiple options for integration with other plugins.
Jenkins Pipeline (or simply Pipeline with a capital P) is a suite of plugins that supports implementing and integrating continuous delivery pipelines into ...
Making sure to use Groovy code in Pipelines as glue. Use Groovy code to connect a set of actions rather than as the main functionality of your Pipeline. In ...
Missing: integration | Show results with:integration
Pipeline as Code describes a set of features that allow Jenkins users to define pipelined job processes with code, stored and versioned in a source ...
Nov 22, 2023 · This plugin provides a Build Pipeline View of upstream and downstream connected jobs that typically form a build pipeline.
Jenkins Pipeline includes built-in documentation and the Snippet Generator which are key resources when developing Pipelines. They provide detailed help and ...