Skip to content

gitsindonesia/docker-jenkins-slave-gcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Jenkins SSH slave Docker image + GCP

gitsid/jenkins-slave-gcp

A Jenkins slave using SSH to establish connection + Google Cloud Platform + Kedge Project.

Running

To run a Docker container

docker run gitsid/jenkins-slave-gcp "<public key>"

You'll then be able to connect this slave using ssh-slaves-plugin as "jenkins" with the matching private key.

How to use this image with Docker Plugin

To use this image with Docker Plugin, you need to pass the public SSH key using environment variable JENKINS_SLAVE_SSH_PUBKEY and not as a startup argument.

In Environment field of the Docker Template (advanced section), just add:

JENKINS_SLAVE_SSH_PUBKEY=<YOUR PUBLIC SSH KEY HERE>

Don't put quotes around the public key. You should be all set.

About

Dockerfile for jenkins slave with GCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published