~jenkins-ci-charmers/jenkins-agent-charm/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
options:
  tools:
    type: string
    default: git gcc make bzr
    description: Tooling to deploy on jenkins slave node
  labels:
    type: string
    description: Jenkins labels to associate with jenkins slave node
    default: ""
  master_url:
    type: string
    default: ""
    description: |
      Configure the slave to use an explicit jenkins master instead of using
      the jenkins-slave relation. This allows for the slave and master to
      be deployed in different environments.