diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2021-01-26 18:42:02 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-04 20:07:06 +0000 |
commit | 38069298aa720559a7630734131491a6b207948c (patch) | |
tree | acacd046eceba5c5690d5a6606259b764424f2d5 /sonar-core/src | |
parent | 23ea081c88ba66a768dbc303020607778875c0de (diff) | |
download | sonarqube-38069298aa720559a7630734131491a6b207948c.tar.gz sonarqube-38069298aa720559a7630734131491a6b207948c.zip |
SONAR-14353 GitlabCI tutorial for CE
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 50ef223c143..680894af399 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3357,7 +3357,8 @@ onboarding.tutorial.with.gitlab_ci.env_variables.section2.step4=Leave the "Mask onboarding.tutorial.with.gitlab_ci.yml.title=Create or update the configuration file onboarding.tutorial.with.gitlab_ci.yml.description=Create or update your {filename} file with the following content. onboarding.tutorial.with.gitlab_ci.yml.filename=.gitlab-ci.yml -onboarding.tutorial.with.gitlab_ci.yml.baseconfig=Note that this is a minimal base configuration to run a SonarQube analysis on your master branch and merge requests. +onboarding.tutorial.with.gitlab_ci.yml.baseconfig=Note that this is a minimal base configuration to run a SonarQube analysis on your main branch and merge requests. +onboarding.tutorial.with.gitlab_ci.yml.baseconfig.no_branches=Note that this is a minimal base configuration to run a SonarQube analysis on your main branch. onboarding.tutorial.with.gitlab_ci.yml.existing=If you already have a pipeline configured and running, you might want to add the example from this step to your existing yml file. onboarding.tutorial.with.gitlab_ci.yml.done=Is it done? onboarding.tutorial.with.gitlab_ci.yml.done.description=You should see the page refresh itself in a few moments with your analysis results if the {link}. |