~bac/charms/trusty/charmworld/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: j.c.sackett
  • Date: 2014-01-14 19:25:43 UTC
  • mfrom: (88.1.4 add-jenkins)
  • Revision ID: jcsackett@canonical.com-20140114192543-sa6pok2depl210xu
Add necessary config options for triggering jenkins test builds of ingested charms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    default: ''
57
57
    description: |
58
58
      The lp credentials to use with charmworld ingest, if available.
 
59
  charm_testing_url:
 
60
    type: string
 
61
    default: ''
 
62
    description: | 
 
63
      The url of the testing service (e.g. jenkins) used for charm testing
 
64
  charm_testing_token:
 
65
    type: string
 
66
    default: ''
 
67
    description: |
 
68
      The token needed for triggering builds
 
69
  charm_testing_job:
 
70
    type: string
 
71
    default: ''
 
72
    description: |
 
73
      The name of the job running the test.