GitXplorerGitXplorer
c

vagrant.jenkins.slave

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
aa0c3a040fbfaabc4781c23001d5a42a61bae084

Update README.md

cculmat committed 9 years ago
Unverified
f5fce576d155cfb8f663fbfbd3bbb01eb3f502da

using vagrant provisioner instead of upstart

cculmat committed 10 years ago
Unverified
97ecbb1c7963060c61d5e26da43a577fad5427fd

refactoring into folders

cculmat committed 10 years ago
Unverified
f36f0927bf12e103bcaf9db0cfab1ce182781aa0

seeting id

cculmat committed 10 years ago
Unverified
9acd79967e52b68df1056a4030cdea09e189f802

corrented typo

cculmat committed 10 years ago
Unverified
e3dba3e76b085164a943fae4907495573ee05d08

initial commit

cculmat committed 10 years ago

README

The README file for this repository.

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