From f62e01e48e4ccbc8fe7039c2658275ef35acd8bf Mon Sep 17 00:00:00 2001 From: stanislavh Date: Tue, 27 Dec 2022 16:04:35 +0100 Subject: [PATCH] SONAR-14553 Add lists consistency in tutorial --- .../azure-pipelines/JavaToolInstallation.tsx | 2 +- .../azure-pipelines/commands/ClangGCC.tsx | 53 +-- .../azure-pipelines/commands/DotNet.tsx | 10 +- .../azure-pipelines/commands/JavaGradle.tsx | 26 +- .../azure-pipelines/commands/JavaMaven.tsx | 26 +- .../azure-pipelines/commands/Other.tsx | 10 +- .../commands/PrepareAnalysisCommand.tsx | 2 +- .../components/tutorials/components/Step.css | 43 +- .../gitlabci/EnvironmentVariablesStep.tsx | 216 ++++++---- .../EnvironmentVariablesStep-test.tsx.snap | 352 ++++++++------- .../jenkins/MultiBranchPipelineStep.tsx | 407 +++++++++--------- .../jenkins/WebhookStepBitbucket.tsx | 6 +- .../MultiBranchPipelineStep-test.tsx.snap | 70 +-- .../WebhookStepBitbucket-test.tsx.snap | 24 +- .../buildtool-steps/DotNetPrereqsMSBuild.tsx | 4 +- .../buildtool-steps/DotNetPrereqsScanner.tsx | 4 +- .../DotNetPrereqsMSBuild-test.tsx.snap | 6 +- .../DotNetPrereqsScanner-test.tsx.snap | 6 +- .../resources/org/sonar/l10n/core.properties | 66 +-- 19 files changed, 729 insertions(+), 604 deletions(-) diff --git a/server/sonar-web/src/main/js/components/tutorials/azure-pipelines/JavaToolInstallation.tsx b/server/sonar-web/src/main/js/components/tutorials/azure-pipelines/JavaToolInstallation.tsx index 7c114f094ce..162866379f8 100644 --- a/server/sonar-web/src/main/js/components/tutorials/azure-pipelines/JavaToolInstallation.tsx +++ b/server/sonar-web/src/main/js/components/tutorials/azure-pipelines/JavaToolInstallation.tsx @@ -44,7 +44,7 @@ export default function JavaToolInstallation() { return (
  • {translate('onboarding.tutorial.with.azure_pipelines.BranchAnalysis.java_installer.title')} -