×
Allocates a new Jenkins agent using a specified Docker image and runs tasks on it. Example: dockerNode('jenkins/jnlp-agent-maven') { git ...
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step.
Records the fact that a Docker image was built from another. Deprecated: Fingerprints produced by this step are not used anywhere, and the parsing code has ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
Combining Docker and Pipeline allows a Jenkinsfile to use multiple types of technologies, by combining the agent {} directive with different stages. Jenkinsfile ...
Aug 11, 2023 · Jenkins plugin which allows building, testing, and using Docker images from Jenkins Pipeline projects. Summary. A full description is available ...
Missing: /url | Show results with:/url
A continuous delivery (CD) pipeline is an automated expression of your process for getting software from version control right through to your users and ...
Missing: /url | Show results with:/url
Feb 12, 2024 · The aim of this docker plugin is to be able to use a Docker host to dynamically provision a docker container as a Jenkins agent node, let that ...
Install the Docker Pipeline plugin through the Manage Jenkins > Plugins page · After installing the plugin, restart Jenkins so that the plugin is ready to use.
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, ...