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
Léo-Paul Géneau
gitlab-ce
Commits
aecc6600
Commit
aecc6600
authored
Aug 24, 2017
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the URL + renamed to Job Failed
parent
5d3f7b13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/helpers/builds_helper.rb
app/helpers/builds_helper.rb
+1
-1
app/serializers/build_details_entity.rb
app/serializers/build_details_entity.rb
+2
-2
No files found.
app/helpers/builds_helper.rb
View file @
aecc6600
...
...
@@ -30,7 +30,7 @@ module BuildsHelper
def
build_failed_issue_options
{
title:
"
Build
Failed #
#{
@build
.
id
}
"
,
title:
"
Job
Failed #
#{
@build
.
id
}
"
,
description:
project_job_url
(
@project
,
@build
)
}
end
...
...
app/serializers/build_details_entity.rb
View file @
aecc6600
...
...
@@ -32,8 +32,8 @@ class BuildDetailsEntity < JobEntity
private
def
build_failed_issue_options
{
title:
"
Build
Failed #
#{
build
.
id
}
"
,
description:
project_job_
path
(
project
,
build
)
}
{
title:
"
Job
Failed #
#{
build
.
id
}
"
,
description:
project_job_
url
(
project
,
build
)
}
end
def
current_user
...
...
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