~jelmer/byoci/check-ci

« back to all changes in this revision

Viewing changes to testing/setup/templates/init.groovy

  • Committer: Vincent Ladeuil
  • Date: 2017-11-22 15:19:42 UTC
  • Revision ID: v.ladeuil+brz@free.fr-20171122151942-hqdbf8ricrxdsgwe
Various cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
}
42
42
strategy.add(Jenkins.ADMINISTER, "admin")
43
43
// If it turns out that admin access is too much for lp:~brz, think about
44
 
// lp:~brz-ci-admins
 
44
// lp:~brz-ci-admins -- vila 2017-11-22
45
45
strategy.add(Jenkins.ADMINISTER, "{{jenkaas}.admin.user}")
46
46
 
47
47
strategy.add(Jenkins.READ, "anonymous")