×
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 ...
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
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/
This demonstrates how to push a tag (or branch, etc) to a remote Git repository from within a Pipeline job. The authentication step may vary between projects.
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/
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 ...
Missing: push/ | Show results with:push/
The githubNotify step gives full controll to pipelines about the commit status. You can check the oficial GitHub's documentation about statutes here. status.
Missing: push/ | Show results with:push/