×
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
A Pipeline's code defines your entire build process, which typically includes stages for building an application, testing it and then delivering it. Also, a ...
Missing: /url | Show results with:/url
This section builds on the information introduced in Getting started with Pipeline and should be treated solely as a reference. For more information on how ...
Missing: api/ | Show results with:api/
The Pipeline syntax snippet generator assists users as they define Pipeline steps with their arguments. It is the preferred tool for Jenkins Pipeline creation, ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
Setting an environment variable within a Jenkins Pipeline is accomplished differently depending on whether Declarative or Scripted Pipeline is used. Declarative ...
Remote access API is offered in a REST-like style. That is, there is no single entry point for all features, and instead they are available under the ".
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 ...
Jenkins Pipeline includes built-in documentation and the Snippet Generator which are key resources when developing Pipelines. They provide detailed help and ...
The vars directory hosts script files that are exposed as a variable in Pipelines. The name of the file is the name of the variable in the Pipeline. So if you ...