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
- Host: GitHub
- URL: https://github.com/abailly/ci-vagrant
- Owner: abailly
- Created: 2014-04-16T19:53:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T19:53:30.000Z (about 12 years ago)
- Last Synced: 2025-01-06T21:45:53.418Z (over 1 year ago)
- Language: Shell
- Size: 109 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.