~canonical-ci-engineering/charms/xenial/jenkins-remote-slave/trunk

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Francis Ginther
  • Date: 2014-10-02 20:46:12 UTC
  • mfrom: (13.1.19 jenkins-phablet-slave)
  • Revision ID: francis.ginther@canonical.com-20141002204612-w8vh2bb4xsdy3qlv
Allow specification of a jenkins master and slave name to connect to instead of a master set via a relationship. Add provisioning scripts to setup an adb host and keys for operation with the ci-team's existing jobs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
name: jenkins-slave
2
 
maintainer: James Page <james.page@ubuntu.com>
3
 
summary: Jenkins CI Slave
 
1
name: jenkins-remote-slave
 
2
maintainer: Ubuntu Engineering CI Team <canonical-ci-engineering@lists.launchpad.net>
 
3
summary: Jenkins CI Remote Slave
4
4
description: |
5
5
  Jenkins is a Continous Integration server supporting
6
6
  flexible continous integration and deployment methodologies
7
7
  and more.
8
8
  .
9
 
  This charm provides support for jenkins slaves
 
9
  This charm provides support for remote jenkins slaves connected to an
 
10
  existing jenkins master.
10
11
categories:
11
12
  - applications
12
13
provides:
13
14
  slave:
14
 
    interface: jenkins-slave
 
15
    interface: jenkins-remote-slave