<UnorderedList ticks className="sw-ml-10">
<ListItem>
<FormattedMessage
- defaultMessage={fieldValueTranslation}
id="onboarding.tutorial.with.gitlab_ci.variables.step1"
values={{
extra: (
<ClipboardIconButton copyValue="SONAR_TOKEN" className="sw-ml-1 sw-align-sub" />
),
- field: (
- <span className="sw-body-sm-highlight">
- {translate('onboarding.tutorial.with.gitlab_ci.variables.step1')}
- </span>
- ),
+
value: <InlineSnippet snippet="SONAR_TOKEN" />,
}}
/>
className="sw-ml-1 sw-align-sub"
/>
),
- field: (
- <span className="sw-body-sm-highlight">
- {translate('onboarding.tutorial.with.gitlab_ci.variables.step1')}
- </span>
- ),
value: <InlineSnippet snippet="SONAR_HOST_URL" />,
}}
/>
onboarding.tutorial.with.gitlab_ci.variables.section.title=Define the SonarQube Token environment variable.
onboarding.tutorial.with.gitlab_ci.variables.section.description=In GitLab, go to {link} to add the following variable and make sure it is available for your project:
onboarding.tutorial.with.gitlab_ci.variables.edit.token.tooltip=Use an existing token or generate a new one.
-onboarding.tutorial.with.gitlab_ci.variables.step1=Key
+onboarding.tutorial.with.gitlab_ci.variables.step1=Key {value} {extra}
onboarding.tutorial.with.gitlab_ci.variables.step3=Uncheck the {value} checkbox.
onboarding.tutorial.with.gitlab_ci.variables.step3.value=Protect Variable