diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-08-10 08:18:26 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-08-11 20:08:07 +0000 |
commit | 89a89625ea402567bebfa7d3f197ddd212ad703c (patch) | |
tree | b631d10c248c1a98f73bacf5df8e5b0153a41ce2 /sonar-core | |
parent | cceda2bffc35246d7846915a3243a495bf5decc9 (diff) | |
download | sonarqube-89a89625ea402567bebfa7d3f197ddd212ad703c.tar.gz sonarqube-89a89625ea402567bebfa7d3f197ddd212ad703c.zip |
SONAR-13888 SONAR-13890 SONAR-13889 Small improvements on Jenkins tutorial
- Make next step buttons easier to spot
- Correct label for Webhook creation in GitHub
- Make tutorial ending a stand-alone step for increased clarity
- Make pre-requisites more prominent
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 15 |
1 files changed, 10 insertions, 5 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 fbb789fd998..859905b76d5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3477,6 +3477,7 @@ onboarding.analysis.dotnetcore.global.text=As a prerequisite you need to have th onboarding.analysis.dotnetcore.global.text.path=Make sure dotnet tools folder is in your path. See dotnet global tools documentation for more information. onboarding.tutorial.return_to_list=Choose another option +onboarding.tutorial.ci_outro.all_set.title=You're all set! onboarding.tutorial.ci_outro.all_set.sentence={all_set} and ready to improve the quality and security of your code! onboarding.tutorial.ci_outro.all_set.sentence.all_set=You're all set onboarding.tutorial.ci_outro.commit=Commit and push your code to start the analysis. @@ -3487,7 +3488,8 @@ onboarding.tutorial.ci_outro.commit.why.bitbucketcloud=Each new push you make on onboarding.tutorial.ci_outro.commit.why.azure=Each new push you make on your branches or pull requests will trigger a new analysis in SonarQube. We will decorate pull requests directly on Azure for you. onboarding.tutorial.ci_outro.commit.why.no_branches=Each new push you make on your main branch will trigger a new analysis in SonarQube. onboarding.tutorial.ci_outro.refresh=This page will then refresh with your analysis results. -onboarding.tutorial.ci_outro.refresh.why=If the page doesn't refresh after a while, please double-check the analysis configuration. +onboarding.tutorial.ci_outro.refresh.why=If the page doesn't refresh after a while, please double-check the analysis configuration, and check your logs. +onboarding.tutorial.ci_outro.waiting_for_fist_analysis=Waiting for the first analysis to come in... onboarding.tutorial.other.project_key.sentence=Create a {file} file in your repository and paste the following code: onboarding.tutorial.cfamilly.compilation_database_info=If you have trouble using the build wrapper, you can try using a {link} onboarding.tutorial.cfamilly.compilation_database_info.link=compilation database @@ -3569,8 +3571,9 @@ onboarding.tutorial.with.gitlab_ci.yml.done.links.QG=What is a Quality Gate? onboarding.tutorial.with.jenkins.title=Analyze your project with Jenkins onboarding.tutorial.with.jenkins.alm_selection.title=Select your DevOps platform onboarding.tutorial.with.jenkins.prereqs.title=Prerequisites -onboarding.tutorial.with.jenkins.prereqs.intro.sentence=To run your project analyses with Jenkins, the following plugins {must_have} -onboarding.tutorial.with.jenkins.prereqs.intro.sentence.must_have=must be installed and configured: +onboarding.tutorial.with.jenkins.prereqs.intro.sentence=To run your project analyses with Jenkins, the following plugins must be {installed} and {configured}. +onboarding.tutorial.with.jenkins.prereqs.intro.sentence.installed=installed +onboarding.tutorial.with.jenkins.prereqs.intro.sentence.configured=configured onboarding.tutorial.with.jenkins.prereqs.plugins.branch_source.bitbucket=Bitbucket Branch Source plugin for Jenkins - version 2.7 or later onboarding.tutorial.with.jenkins.prereqs.plugins.branch_source.bitbucketcloud=Bitbucket Branch Source plugin for Jenkins - version 2.7 or later onboarding.tutorial.with.jenkins.prereqs.plugins.branch_source.github=GitHub Branch Source plugin for Jenkins - version 2.7.1 or later @@ -3735,10 +3738,12 @@ onboarding.tutorial.with.jenkins.webhook.github.step2.repo=Pushes onboarding.tutorial.with.jenkins.webhook.github.step2.pr=Pull Requests onboarding.tutorial.with.jenkins.webhook.gitlab.step2.repo=Push events onboarding.tutorial.with.jenkins.webhook.gitlab.step2.mr=Merge request events -onboarding.tutorial.with.jenkins.webhook.step3.sentence=Click {create}. -onboarding.tutorial.with.jenkins.webhook.step3.sentence.create=Create +onboarding.tutorial.with.jenkins.webhook.github.step3.sentence=Click {add_webhook}. +onboarding.tutorial.with.jenkins.webhook.github.step3.sentence.add_webhook=Add webhook onboarding.tutorial.with.jenkins.webhook.bitbucketcloud.step3.sentence=Click {save}. onboarding.tutorial.with.jenkins.webhook.bitbucketcloud.step3.sentence.save=Save +onboarding.tutorial.with.jenkins.webhook.bitbucket.step3.sentence=Click {create}. +onboarding.tutorial.with.jenkins.webhook.bitbucket.step3.sentence.create=Create onboarding.tutorial.with.jenkins.webhook.gitlab.step3.sentence=Click {add_webhook}. onboarding.tutorial.with.jenkins.webhook.gitlab.step3.sentence.add_webhook=Add webhook onboarding.tutorial.with.jenkins.jenkinsfile.title=Create a Jenkinsfile |