forked from jenkinsci/jenkins-charm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
42 lines (41 loc) · 1.11 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: jenkins
summary: Jenkins Continuous Integration Server
maintainer: Free Ekanayaka <[email protected]>
description: >
Jenkins is an extendable open source continuous integration server that
monitors executions of repeated jobs. The focus of Jenkins is the
building/testing of software project continuously, and monitoring executions
of externally-run jobs. More information at http://jenkins-ci.org/.
This charm provides the Jenkins master service, and when paired with the
jenkins-slave charm provides an easy way to deploy Jenkins on Ubuntu server,
and scale out Jenkins slaves.
tags:
- application_development
- ops
subordinate: false
series:
- xenial
- bionic
- focal
provides:
website:
interface: http
extension:
interface: jenkins-extension
scope: container
optional: true
nrpe-external-master:
interface: nrpe-external-master
scope: container
requires:
master:
interface: jenkins-slave
optional: true
zuul:
interface: zuul
optional: true
storage:
jenkins:
type: filesystem
description: Jenkins data.
location: /srv/mnt/jenkins