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
8b798847
Commit
8b798847
authored
Sep 22, 2021
by
Hordur Freyr Yngvason
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix unmet prerequisites help URL
See
https://gitlab.com/gitlab-org/gitlab/-/issues/341354
Changelog: fixed
parent
ca3ebe3f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/helpers/ci/jobs_helper.rb
app/helpers/ci/jobs_helper.rb
+1
-1
No files found.
app/helpers/ci/jobs_helper.rb
View file @
8b798847
...
...
@@ -7,7 +7,7 @@ module Ci
"endpoint"
=>
project_job_path
(
@project
,
@build
,
format: :json
),
"project_path"
=>
@project
.
full_path
,
"artifact_help_url"
=>
help_page_path
(
'user/gitlab_com/index.html'
,
anchor:
'gitlab-cicd'
),
"deployment_help_url"
=>
help_page_path
(
'user/project/clusters/
index
.html'
,
anchor:
'troubleshooting'
),
"deployment_help_url"
=>
help_page_path
(
'user/project/clusters/
deploy_to_cluster
.html'
,
anchor:
'troubleshooting'
),
"runner_settings_url"
=>
project_runners_path
(
@build
.
project
,
anchor:
'js-runners-settings'
),
"page_path"
=>
project_job_path
(
@project
,
@build
),
"build_status"
=>
@build
.
status
,
...
...
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