Last active
November 3, 2017 02:07
-
-
Save rohancme/caf270ab6ae36b43821eb224e0062898 to your computer and use it in GitHub Desktop.
Jenkins Ubuntu slave
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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