jenkaas #6
Description
Runs jenkins server from a given service tarball (provided as files/jenkaas.tgz).
Overview
This charm is to install jenkaas (Jenkins as a Service) service.
Configuration
There is only one config option for this charm:
- config-file: A base64 encoded string with the config file to use for jenkaas.
The charm expects the payload code to be provided as files/jenkaas.tgz (a snapshot of lp:jenkaas) along with its corresponding files/pip-cache directory (python dependencies).
This charm will only ever install a local .deb provided under the files/ directory.
Configuration
- config-file
- (string) base64 encoded string with the config file for jenkaas
- environment
- (string) Environment (devel, staging, production, etc.) that we're running.
- production
- password
- (string) Default jenkins account password.
- admin
- username
- (string) Default jenkins account username.
- admin