×
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 ...
Combining Docker and Pipeline allows a Jenkinsfile to use multiple types of technologies, by combining the agent {} directive with different stages. Jenkinsfile ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
May 13, 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 ...
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
3 days ago · 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
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
Docker is a platform for running applications in an isolated environment called a "container" (or Docker container). Applications like Jenkins can be ...