×
Jenkins Pipeline provides an extensible set of tools for modeling simple-to-complex delivery pipelines "as code". The definition of a Jenkins Pipeline is ...
Missing: /url book/
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/
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
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/
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 Pipeline syntax snippet generator assists users as they define Pipeline steps with their arguments. It is the preferred tool for Jenkins Pipeline creation, ...
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 ...
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/
This guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour uses the "standalone" Jenkins distribution, ...
Missing: /url book/
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
Missing: /url book/