Merge "Capitalize Gerrit and Jenkins names in reports"

This commit is contained in:
Jenkins 2016-06-07 12:18:51 +00:00 committed by Gerrit Code Review
commit 88cfc6bae3
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ Methods:
- $.createConfiguration() - $.createConfiguration()
- $._deployGerrit() - $._deployGerrit()
- $._environment.reporter.report($this, 'Switching gerrit to a local project-config') - $._environment.reporter.report($this, 'Switching Gerrit to a local project-config')
- $._switchProjectConfig() - $._switchProjectConfig()
- If: $.ldap != null and not $.userSSH in [null, ''] and not $.ldap.ldapUser in [null, ''] - If: $.ldap != null and not $.userSSH in [null, ''] and not $.ldap.ldapUser in [null, '']
Then: Then:

View File

@ -91,7 +91,7 @@ Methods:
- $.installGerritPlugin() - $.installGerritPlugin()
- $._environment.reporter.report($this, 'Wait while Gerrit is being deployed...') - $._environment.reporter.report($this, 'Wait while Gerrit is being deployed...')
- $.gerrit.deploy() - $.gerrit.deploy()
- $._environment.reporter.report($this, 'Creating jenkins account in gerrit...') - $._environment.reporter.report($this, 'Creating "jenkins" account in Gerrit...')
- $.createGerritAccount() - $.createGerritAccount()
- $.configureGerritPlugin($.gerrit) - $.configureGerritPlugin($.gerrit)
- $.gerrit.createLabelVerified() - $.gerrit.createLabelVerified()
@ -186,7 +186,7 @@ Methods:
installGerritPlugin: installGerritPlugin:
Body: Body:
- $resources: new(sys:Resources) - $resources: new(sys:Resources)
- $._environment.reporter.report($this, 'Installing gerrit-trigger plugin...') - $._environment.reporter.report($this, 'Installing Gerrit Trigger plugin...')
- $template: $resources.yaml('InstallGerritPlugin.template') - $template: $resources.yaml('InstallGerritPlugin.template')
- $.instance.agent.call($template, $resources) - $.instance.agent.call($template, $resources)