Serverless Jenkins JNLP Agent Docker image
This is an image for testing Serverless framework for Jenkins agent (FKA "slave") using JNLP to establish connection.
This agent is powered by the Jenkins Remoting library, which version is being taken from the base Docker Agent image.
Running
To run a Docker container
docker run pplenik/jnlp-slave-serverless -url http://jenkins-server:port <secret> <agent name>
To run a Docker container with Work Directory:
docker run pplenik/jnlp-slave-serverless -url http://jenkins-server:port -workDir=/home/jenkins/agent <secret> <agent name>
Optional environment variables:
JENKINS_URL: url for the Jenkins server, can be used as a replacement to-urloption, or to set alternate jenkins URLJENKINS_TUNNEL: (HOST:PORT) connect to this agent host and port instead of Jenkins server, assuming this one do route TCP traffic to Jenkins master. Useful when when Jenkins runs behind a load balancer, reverse proxy, etc.JENKINS_SECRET: agent secret, if not set as an argumentJENKINS_AGENT_NAME: agent name, if not set as an argumentJENKINS_AGENT_WORKDIR: agent work directory, if not set by optional parameter-workDir