×
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step.
Specify the URL of this remote repository. This uses the same syntax as your git clone command. browser (optional). Nested Choice of Objects
Git step. It performs a clone from the specified repository. Use the Pipeline Syntax Snippet Generator to generate a sample pipeline script for the git step ...
The checkout step provides access to all the Pipeline capabilities provided by the git plugin: checkout scmGit(userRemoteConfigs: [ [ url: 'https://github ...
Basically, steps tell Jenkins ... Copied! Refer to the following example for reference: https://github ... The values for these user-specified parameters are made ...
Missing: /url | Show results with:/url
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
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 ...
This is a simple demonstration of how to run a Gradle build, that resolves dependencies, upload artifacts and publish build info to Artifactory. Read the full ...