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
'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
...
...
locale/gitlab.pot
View file @
2425955c
...
...
@@ -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 ""
...
...
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