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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
8ae4b861
Commit
8ae4b861
authored
Jul 14, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change builds to pipelines; settings formatting
parent
be18faee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
CHANGELOG
CHANGELOG
+2
-0
app/views/projects/builds/settings.html.haml
app/views/projects/builds/settings.html.haml
+8
-7
No files found.
CHANGELOG
View file @
8ae4b861
...
...
@@ -127,6 +127,8 @@ v 8.10.0 (unreleased)
- Render only commit message title in builds (Katarzyna Kobierska Ula Budziszewska)
- Allow bulk (un)subscription from issues in issue index
- Fix MR diff encoding issues exporting GitLab projects
- Move builds settings out of project settings and rename Pipelines
- Add builds badge to Pipelines settings page
v 8.9.6
- Fix importing of events under notes for GitLab projects. !5154
...
...
app/views/projects/builds/settings.html.haml
View file @
8ae4b861
-
page_title
"
Pipelines Setting
s"
-
page_title
"
CI pipeline
s"
.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
...
...
@@ -6,13 +6,13 @@
=
page_title
.col-lg-9
%h5
.prepend-top-0
Build
s
Pipeline
s
=
form_for
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
],
remote:
true
,
authenticity_token:
true
do
|
f
|
%fieldset
.builds-feature
-
unless
@repository
.
gitlab_ci_yml
.form-group
%p
Build
s need to be configured before you can begin using Continuous Integration.
=
link_to
'Get started with
Build
s'
,
help_page_path
(
'ci/quick_start/README'
),
class:
'btn btn-info'
%p
Pipeline
s need to be configured before you can begin using Continuous Integration.
=
link_to
'Get started with
CI/CD Pipeline
s'
,
help_page_path
(
'ci/quick_start/README'
),
class:
'btn btn-info'
.form-group
%p
Get recent application code using the following command:
.radio
...
...
@@ -64,16 +64,17 @@
.checkbox
=
f
.
label
:public_builds
do
=
f
.
check_box
:public_builds
%strong
Public
build
s
.help-block
Allow everyone to access
build
s for Public and Internal projects
%strong
Public
pipeline
s
.help-block
Allow everyone to access
pipeline
s for Public and Internal projects
.form-group.append-bottom-
0
.form-group.append-bottom-
default
=
f
.
label
:runners_token
,
"Runners token"
,
class:
'label-light'
=
f
.
text_field
:runners_token
,
class:
"form-control"
,
placeholder:
'xEeFCaDAB89'
%p
.help-block
The secure token used to checkout project.
=
f
.
submit
'Save changes'
,
class:
"btn btn-save"
%hr
-
badges_path
=
namespace_project_badges_path
(
@project
.
namespace
,
@project
)
.row.prepend-top-default
...
...
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