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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
eef129bd
Commit
eef129bd
authored
Nov 10, 2015
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Final fixes
parent
db3213fc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
config/initializers/1_settings.rb
config/initializers/1_settings.rb
+1
-1
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+1
-1
lib/ci/api/builds.rb
lib/ci/api/builds.rb
+1
-1
No files found.
config/initializers/1_settings.rb
View file @
eef129bd
...
@@ -186,7 +186,7 @@ Settings.gitlab_ci['all_broken_builds'] = true if Settings.gitlab_ci['all_br
...
@@ -186,7 +186,7 @@ Settings.gitlab_ci['all_broken_builds'] = true if Settings.gitlab_ci['all_br
Settings
.
gitlab_ci
[
'add_pusher'
]
=
false
if
Settings
.
gitlab_ci
[
'add_pusher'
].
nil?
Settings
.
gitlab_ci
[
'add_pusher'
]
=
false
if
Settings
.
gitlab_ci
[
'add_pusher'
].
nil?
Settings
.
gitlab_ci
[
'url'
]
||=
Settings
.
send
(
:build_gitlab_ci_url
)
Settings
.
gitlab_ci
[
'url'
]
||=
Settings
.
send
(
:build_gitlab_ci_url
)
Settings
.
gitlab_ci
[
'builds_path'
]
=
File
.
expand_path
(
Settings
.
gitlab_ci
[
'builds_path'
]
||
"builds/"
,
Rails
.
root
)
Settings
.
gitlab_ci
[
'builds_path'
]
=
File
.
expand_path
(
Settings
.
gitlab_ci
[
'builds_path'
]
||
"builds/"
,
Rails
.
root
)
Settings
.
gitlab_ci
[
'max_artifacts_size'
]
||=
100
Settings
.
gitlab_ci
[
'max_artifacts_size'
]
||=
100
# in megabytes
#
#
# Reply by email
# Reply by email
...
...
doc/ci/yaml/README.md
View file @
eef129bd
...
@@ -286,7 +286,7 @@ artifacts:
...
@@ -286,7 +286,7 @@ artifacts:
The artifacts will be send after the build success to GitLab and will be accessible in GitLab interface to download.
The artifacts will be send after the build success to GitLab and will be accessible in GitLab interface to download.
This feature requires GitLab Runner v
0.7.0
.
This feature requires GitLab Runner v
0.7.0 or higher
.
## Validate the .gitlab-ci.yml
## Validate the .gitlab-ci.yml
Each instance of GitLab CI has an embedded debug tool called Lint.
Each instance of GitLab CI has an embedded debug tool called Lint.
...
...
lib/ci/api/builds.rb
View file @
eef129bd
...
@@ -69,7 +69,7 @@ module Ci
...
@@ -69,7 +69,7 @@ module Ci
end
end
status
200
status
200
{
temp_p
ath:
ArtifactUploader
.
artifacts_upload_path
}
{
TempP
ath
:
ArtifactUploader
.
artifacts_upload_path
}
end
end
# Upload artifacts to build - Runners only
# Upload artifacts to build - Runners only
...
...
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