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
'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
......
......@@ -23866,6 +23866,9 @@ msgstr ""
msgid "Pipeline Schedules"
msgstr ""
msgid "Pipeline URL"
msgstr ""
msgid "Pipeline durations for the last 30 commits"
msgstr ""
......@@ -25561,6 +25564,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 ""
......@@ -25573,6 +25579,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