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()
- $._deployGerrit()
- $._environment.reporter.report($this, 'Switching gerrit to a local project-config')
- $._environment.reporter.report($this, 'Switching Gerrit to a local project-config')
- $._switchProjectConfig()
- If: $.ldap != null and not $.userSSH in [null, ''] and not $.ldap.ldapUser in [null, '']
Then:

View File

@ -91,7 +91,7 @@ Methods:
- $.installGerritPlugin()
- $._environment.reporter.report($this, 'Wait while Gerrit is being deployed...')
- $.gerrit.deploy()
- $._environment.reporter.report($this, 'Creating jenkins account in gerrit...')
- $._environment.reporter.report($this, 'Creating "jenkins" account in Gerrit...')
- $.createGerritAccount()
- $.configureGerritPlugin($.gerrit)
- $.gerrit.createLabelVerified()
@ -186,7 +186,7 @@ Methods:
installGerritPlugin:
Body:
- $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')
- $.instance.agent.call($template, $resources)