Created
August 26, 2015 13:48
-
-
Save robbwagoner/c556c36f9987c084e70c to your computer and use it in GitHub Desktop.
Jenkins 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
#cloud-config | |
hostname: | |
fqdn: | |
manage_etc_hosts: localhost | |
package_update: true | |
package_upgrade: true | |
runcmd: | |
# OpenJDK 8 | |
- apt-add-repository ppa:openjdk-r | |
- apt-get update | |
- apt-get install openjdk-8-jre -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment