×
The git plugin provides fundamental git operations for Jenkins projects. It can poll, fetch, checkout, and merge contents of git repositories.
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
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 ...
Missing: push/ | Show results with:push/
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...
The Pipeline syntax snippet generator assists users as they define Pipeline steps with their arguments. It is the preferred tool for Jenkins Pipeline creation, ...
Missing: push/ | Show results with:push/
A continuous delivery pipeline is an automated expression of your process for getting software from version control right through to your users and customers.
Missing: /url | Show results with:/url
In the Connect to a Git repository section, enter the URL for your Git repository in the Repository URL field. ... Refer to the "Setting Up the Server" of the Pro ...
Missing: push/ | Show results with:push/
Specify the URL of this remote repository. This uses the same syntax as your git clone command. browser (optional). Nested Choice of Objects
Setting an environment variable within a Jenkins Pipeline is accomplished differently depending on whether Declarative or Scripted Pipeline is used. Declarative ...