×
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/
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/
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/
The Pipeline syntax snippet generator assists users as they define Pipeline steps with their arguments. It is the preferred tool for Jenkins Pipeline creation, ...
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/
The Blue Ocean Pipeline Editor is an easy way for anyone to get started with creating Pipelines in Jenkins. It's also great for existing Jenkins users to start ...
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.