Commit f23d602e authored by Shinya Maeda's avatar Shinya Maeda

Merge branch...

Merge branch '300587-okr-integrations-buildkite-review-and-revise-settings-related-ui-text' into 'master'

Review and revise Buildkite project integration UI text

See merge request gitlab-org/gitlab!65658
parents 1f1c5ffc 2425955c
......@@ -76,18 +76,22 @@ module Integrations
'buildkite'
end
def help
s_('ProjectService|Run CI/CD pipelines with Buildkite.')
end
def fields
[
{ type: 'text',
name: 'token',
title: 'Integration Token',
help: 'This token will be provided when you create a Buildkite pipeline with a GitLab repository',
title: _('Token'),
help: s_('ProjectService|The token you get after you create a Buildkite pipeline with a GitLab repository.'),
required: true },
{ type: 'text',
name: 'project_url',
title: 'Pipeline URL',
placeholder: "#{ENDPOINT}/acme-inc/test-pipeline",
title: _('Pipeline URL'),
placeholder: "#{ENDPOINT}/example-org/test-pipeline",
required: true }
]
end
......
......@@ -23872,6 +23872,9 @@ msgstr ""
msgid "Pipeline Schedules"
msgstr ""
msgid "Pipeline URL"
msgstr ""
msgid "Pipeline durations for the last 30 commits"
msgstr ""
......@@ -25567,6 +25570,9 @@ msgstr ""
msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
msgid "ProjectService|Run CI/CD pipelines with Buildkite."
msgstr ""
msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
......@@ -25579,6 +25585,9 @@ msgstr ""
msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
msgid "ProjectService|The token you get after you create a Buildkite pipeline with a GitLab repository."
msgstr ""
msgid "ProjectService|To configure this integration, you should:"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment