diff --git a/murano-apps/Gerrit/package/Classes/Gerrit.yaml b/murano-apps/Gerrit/package/Classes/Gerrit.yaml index 4350642..39167c1 100644 --- a/murano-apps/Gerrit/package/Classes/Gerrit.yaml +++ b/murano-apps/Gerrit/package/Classes/Gerrit.yaml @@ -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: diff --git a/murano-apps/Jenkins/package/Classes/Jenkins.yaml b/murano-apps/Jenkins/package/Classes/Jenkins.yaml index 272ee74..26da9ab 100644 --- a/murano-apps/Jenkins/package/Classes/Jenkins.yaml +++ b/murano-apps/Jenkins/package/Classes/Jenkins.yaml @@ -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)