Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/culmat/vagrant.jenkins.slave


https://github.com/culmat/vagrant.jenkins.slave

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vagrant.jenkins.slave

This is a set of scripts to spawn Jenkins slaves on any platform that is supported by Vagrant.

## goals

- minimal impact on the Jenkins server (plugins and configuration)
- enterprise friendly
- slaves can be behind firewalls
- use JNLP to launch them
- proxy handling
- security

## prerequisites

- Vagrant (with VirtualBox)

## Quick start

We will download a fresh jenkins and work in /tmp, so we do not interfere with any existing installation.
```
cd /tmp
wget http://mirrors.jenkins-ci.org/war/latest/jenkins.war
java -DJENKINS_HOME=jenkinshome -jar jenkins.war
```

## TBD

- security
- proxy