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 ...
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
A continuous delivery (CD) pipeline is an automated expression of your process for getting software from version control right through to your users and ...
Missing: /url | Show results with:/url
The git plugin provides fundamental git operations for Jenkins projects. It can poll, fetch, checkout, and merge contents of git repositories.
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
The Pipeline syntax snippet generator assists users as they define Pipeline steps with their arguments. It is the preferred tool for Jenkins Pipeline creation, ...
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...
findFiles : Find files in the workspace. Find files in the current working directory. The step returns an array of file info objects who's properties you can ...
Missing: git/ | Show results with:git/
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 ...