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

« back to all changes in this revision

Viewing changes to config.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:
3
3
    type: string
4
4
    default: git gcc make bzr
5
5
    description: Tooling to deploy on jenkins slave node
 
6
  master_url:
 
7
    type: string
 
8
    description: Jenkins master url
 
9
    default: ""
 
10
  slave_name:
 
11
    type: string
 
12
    description: Slave name on jenkins master to associate with node
 
13
    default: ""
6
14
  labels:
7
15
    type: string
8
16
    description: Jenkins labels to associate with jenkins slave node