~ev/charms/precise/ubuntu-ci-services-itself/restish-swift-support

« back to all changes in this revision

Viewing changes to hooks/hooks.py

  • Committer: Francis Ginther
  • Date: 2014-01-10 23:13:14 UTC
  • mfrom: (14.1.1 restish-fix-master-job)
  • Revision ID: francis.ginther@canonical.com-20140110231314-ripculifjqtblqf2
Add jenkins master job and token as config items.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
        "lander_password": _relation_get('password'),
177
177
        "lander_hostname": _relation_get('hostname'),
178
178
        "lander_port": _relation_get('port'),
 
179
        "lander_master_job": _relation_get('master_job'),
 
180
        "lander_job_token": _relation_get('job_token'),
179
181
    }
180
182
    with open(os.path.join(_service_dir(config), 'lander_config.json'),
181
183
              'w') as f: