Capitalize Gerrit and Jenkins names in reports

This patch fixes places of using names of services in reports to make it
unify with other reports, where we use capitalized versions of names.

Change-Id: I0db49c6b33f1e71808ad677588335be862b33abf
This commit is contained in:
Sergey Kraynev 2016-06-02 13:10:49 +03:00
parent 4dbfbf7680
commit 38a6440f08
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)