Skip to content

Instantly share code, notes, and snippets.

@Sanne
Last active December 13, 2015 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sanne/4981935 to your computer and use it in GitHub Desktop.
Save Sanne/4981935 to your computer and use it in GitHub Desktop.
BoxGrinder script: Jenkins machine for Hibernate
name: jenkins-hibernate
summary: Jenkins instance to run builds of Hibernate
version: 1
release: 1
os:
name: fedora
version: 17
password: yyy
hardware:
cpus: 4
memory: 6400
partitions:
"/":
size: 3
"/var/lib/jenkins/":
size: 50
packages:
includes:
- jenkins
- java-1.7.0-openjdk
- vim-minimal
- git
- openssh-server
- chkconfig
- yum
repos:
- name: "jenkins-repo"
baseurl: "http://pkg.jenkins-ci.org/redhat/"
post:
base:
- "/sbin/chkconfig --level 345 jenkins on"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment