Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

3j14/jenkins-jnlp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Agent with Docker and Docker Compose

Docker Pulls

This image is based upon the Debian Buster JDK 11 version of jenkins/inbound-agent and provides a Jenkins agent with Docker and Docker Compose preinstalled.

Usage

Linux:

docker run --init jnsd/jenkins-jnlp-docker:latest -url <JENKINS_URL> <secret> <agent name>

Once your agent is connected with Jenkins, you can use the Docker Plugin to build Dockerfiles, run commands in Containers, etc.

For more information about the JNLP agent, see jenkinsci/docker-inbound-agent.