Skip to content

Instantly share code, notes, and snippets.

@robbwagoner
Created August 26, 2015 13:48
Show Gist options
  • Save robbwagoner/c556c36f9987c084e70c to your computer and use it in GitHub Desktop.
Save robbwagoner/c556c36f9987c084e70c to your computer and use it in GitHub Desktop.
Jenkins Slave
#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