-
Notifications
You must be signed in to change notification settings - Fork 45
Quickstart
Sam Gleske edited this page Feb 6, 2018
·
13 revisions
The fastest way to get started is by making use of the jenkins-bootstrap-jervis project.
Can build an immutable package of Jenkins and plugins pinning the exact version of all in the package. The following formats are generated.
- rpm
- deb
- tar
- Docker image
The jenkins-bootstrap-jervis project is designed to start and configure a local Jenkins instance as well as packaging for production. This allows admins to test changes and upgrades easily.
git clone --recursive https://github.com/samrocketman/jenkins-bootstrap-jervis
cd jenkins-bootstrap-jervis/
#copy the settings and fill them out
cp settings.groovy.EXAMPLE settings.groovy
#bootstrap locally
./jervis_bootstrap.sh
- 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