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:
parent
4dbfbf7680
commit
38a6440f08
@ -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:
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user