Commit 2425955c authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski Committed by Shinya Maeda

Update buildkite.rb

Revise Buildkite integration UI text

Changelog: changed
parent 985fc6db
...@@ -76,18 +76,22 @@ module Integrations ...@@ -76,18 +76,22 @@ module Integrations
'buildkite' 'buildkite'
end end
def help
s_('ProjectService|Run CI/CD pipelines with Buildkite.')
end
def fields def fields
[ [
{ type: 'text', { type: 'text',
name: 'token', name: 'token',
title: 'Integration Token', title: _('Token'),
help: 'This token will be provided when you create a Buildkite pipeline with a GitLab repository', help: s_('ProjectService|The token you get after you create a Buildkite pipeline with a GitLab repository.'),
required: true }, required: true },
{ type: 'text', { type: 'text',
name: 'project_url', name: 'project_url',
title: 'Pipeline URL', title: _('Pipeline URL'),
placeholder: "#{ENDPOINT}/acme-inc/test-pipeline", placeholder: "#{ENDPOINT}/example-org/test-pipeline",
required: true } required: true }
] ]
end end
......
...@@ -23866,6 +23866,9 @@ msgstr "" ...@@ -23866,6 +23866,9 @@ msgstr ""
msgid "Pipeline Schedules" msgid "Pipeline Schedules"
msgstr "" msgstr ""
msgid "Pipeline URL"
msgstr ""
msgid "Pipeline durations for the last 30 commits" msgid "Pipeline durations for the last 30 commits"
msgstr "" msgstr ""
...@@ -25561,6 +25564,9 @@ msgstr "" ...@@ -25561,6 +25564,9 @@ msgstr ""
msgid "ProjectService|Perform common operations on GitLab project: %{project_name}" msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr "" msgstr ""
msgid "ProjectService|Run CI/CD pipelines with Buildkite."
msgstr ""
msgid "ProjectService|Run CI/CD pipelines with Drone." msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr "" msgstr ""
...@@ -25573,6 +25579,9 @@ msgstr "" ...@@ -25573,6 +25579,9 @@ msgstr ""
msgid "ProjectService|The build configuration ID of the TeamCity project." msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr "" 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:" msgid "ProjectService|To configure this integration, you should:"
msgstr "" 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