×
Feb 12, 2024 · This plugin allows containers to be dynamically provisioned as Jenkins nodes using Docker. It is a Jenkins Cloud plugin for Docker. The aim of ...
May 6, 2022 · This plugin has a different goal. It allows to execute some of your pipeline steps inside a Docker container. But this plugin requires an agent ...
Many organizations use Docker to unify their build and test environments across machines, and to provide an efficient mechanism for deploying applications.
Allocates a new Jenkins agent using a specified Docker image and runs tasks on it. Example: dockerNode('jenkins/jnlp-agent-maven') { git 'https://github.com ...
May 13, 2022 · Hello, I'm using docker-plugin with “Connect method = attach container” as a build agent and I'm wondering how could I specify additional ...
Sep 24, 2022 · This plugin makes it possible to archive the workspace from builds of one project and reuse them as the SCM source for another project.
7 days ago · Jenkins plugin to run dynamic agents in a Kubernetes cluster. Based on the Scaling Docker with Kubernetes article, automates the scaling of ...
Configuring agents with Docker. Jenkins agents can be launched in physical machines, virtual machines, Kubernetes clusters, and with Docker images. This ...
Aug 27, 2021 · I have created a custom base docker image for windows server 2016 based upon the publically available agent images on github. We are using a tcp ...