An open API service indexing awesome lists of open source software.

https://github.com/abailly/ci-vagrant

Vagrantfile to create a complete CI and Dev machine for Java
https://github.com/abailly/ci-vagrant

Last synced: over 1 year ago
JSON representation

Vagrantfile to create a complete CI and Dev machine for Java

Awesome Lists containing this project

README

          

# CI Configuration

This project contains a bunch of scripts and configuration files that can be
used to build a full-fledged CI environment. It contains mainly a Vagrantfile
for provisioning a two VMs running:

* java (32 and 64bits)
* maven
* postgresql
* gerrit
* jenkins

From that base it should be easy to automate projects configuration using eg. JobDSL
for Jenkins.