Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2425955c
Commit
2425955c
authored
Jul 08, 2021
by
Marcin Sedlak-Jakubowski
Committed by
Shinya Maeda
Jul 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update buildkite.rb
Revise Buildkite integration UI text Changelog: changed
parent
985fc6db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
app/models/integrations/buildkite.rb
app/models/integrations/buildkite.rb
+8
-4
locale/gitlab.pot
locale/gitlab.pot
+9
-0
No files found.
app/models/integrations/buildkite.rb
View file @
2425955c
...
@@ -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
...
...
locale/gitlab.pot
View file @
2425955c
...
@@ -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 ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment