Skip to content

Instantly share code, notes, and snippets.

@rohancme
Last active November 3, 2017 02:07
Show Gist options
  • Save rohancme/caf270ab6ae36b43821eb224e0062898 to your computer and use it in GitHub Desktop.
Save rohancme/caf270ab6ae36b43821eb224e0062898 to your computer and use it in GitHub Desktop.
Jenkins Ubuntu slave
FROM jenkinsci/jnlp-slave
ENV JENKINS_AGENT_NAME ubuntu-agent
## Location to download slave.jar from
ARG JENKINS_URL
ARG JENKINS_SECRET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment