-
Notifications
You must be signed in to change notification settings - Fork 45
User Guide
Sam Gleske edited this page Oct 4, 2017
·
2 revisions
Welcome to the User Guide.
A minimal requirement is to have a file named .jervis.yml
or Travis CI
.travis.yml
. If both exist, then .jervis.yml
will be
prioritized. The minimal YAML file is to specify the language of your project.
language: java
To learn more about additional options for controlling a build and about the
syntax of .jervis.yml
refer to Build overview.
- 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