×
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/
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 ...
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 ...
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
The Pipeline syntax snippet generator assists users as they define Pipeline steps with their arguments. It is the preferred tool for Jenkins Pipeline creation, ...
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/
Jenkins Configuration as Code provides the ability to define this whole configuration as a simple, human-friendly, plain text yaml syntax.
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/
In a Multibranch Pipeline project, Jenkins automatically discovers, manages and executes Pipelines for branches which contain a Jenkinsfile in source control.