×
Click on this link, then click on View Configuration to view the YAML file. This file is an export of the current configuration on this controller. In most ...
The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step. Read more about how to ...
Missing: book/ | Show results with:book/
There are also tutorials geared to developers who want to orchestrate and automate building their project in Jenkins using Pipeline and Blue Ocean. If you've ...
Missing: book/ | Show results with:book/
See the Replay documentation for more information. Restart from a Stage. You can restart any completed Declarative Pipeline from any top-level stage which ran ...
Missing: /url | Show results with:/url
Jenkins Configuration as Code provides the ability to define this whole configuration as a simple, human-friendly, plain text yaml syntax.
Missing: book/ | Show results with:book/
Clones pipeline code into it. Mounts this new workspace into the container. If you have multiple Jenkins agents, your containerized stage can be started on ...
Read the full documentation here. node { git url: 'https://github.com/jfrogdev/project-examples.git' // Get Artifactory server instance, defined in the ...
Missing: book/ | Show results with:book/
In a Multibranch Pipeline project, Jenkins automatically discovers, manages and executes Pipelines for branches which contain a Jenkinsfile in source control.
Find Pipeline Plugin from among the plugins listed on the Available tab. (You can do this by scrolling through the plugin list or by using “Pipeline” as a term ...
Missing: book/ | Show results with:book/
The Pipeline syntax snippet generator assists users as they define Pipeline steps with their arguments. It is the preferred tool for Jenkins Pipeline creation, ...