-
Notifications
You must be signed in to change notification settings - Fork 45
Quickstart
Sam Gleske edited this page May 21, 2015
·
13 revisions
Make use of Jervis Bootstrap. This is meant for spinning up a Jenkins instance really fast. This is great for demo purposes, trying out Jervis, and developing quick patches.
git clone https://github.com/samrocketman/jervis-bootstrap.git
cd jervis-bootstrap
./jervis_bootstrap.sh
Once that's done running simply visit https://localhost:8080/ and start working! Jenkins is provisioned within that git repository and all files related to it, including JENKINS_HOME, exist inside of the jervis-bootstrap repository. This makes management and cleanup easy.
You can control the bootstrapped Jenkins with a script that was downloaded during the bootstrap process, provision_jenkins.sh.
Stop Jenkins
./provision_jenkins.sh stop
Start Jenkins
./provision_jenkins.sh start
Restart Jenkins
./provision_jenkins.sh restart
- Build overview
- Supported languages
- Supported build tools
- Publish results
- Additional topics:
- Quickstart
- Background information
- Knowledge checklist
- Required Jenkins Plugins
- Labels for Jenkins Agents
- Key security concepts
- Operationalize Jenkins
- High availability
- Disaster recovery
- Pipeline support
- Extending support