Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/culmat/vagrant.jenkins.slave
https://github.com/culmat/vagrant.jenkins.slave
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/culmat/vagrant.jenkins.slave
- Owner: culmat
- License: apache-2.0
- Created: 2014-11-02T16:07:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T06:59:24.000Z (over 9 years ago)
- Last Synced: 2023-03-22T03:11:23.720Z (almost 2 years ago)
- Language: Shell
- Size: 160 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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