diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-10 12:08:57 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-10 12:08:57 +0000 |
commit | a08f8baa63c0aea7fcf969da40d30e6cf56365cc (patch) | |
tree | 57b5d1964407332189ce027bc3c99301b7a1f515 /app/helpers/ci | |
parent | 01c201bc6a9b99e1f3095f4139110c6fd0cf7aa9 (diff) | |
download | gitlab-ce-a08f8baa63c0aea7fcf969da40d30e6cf56365cc.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/ci')
-rw-r--r-- | app/helpers/ci/jobs_helper.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/ci/jobs_helper.rb b/app/helpers/ci/jobs_helper.rb index e876eb64029..d47f6195c61 100644 --- a/app/helpers/ci/jobs_helper.rb +++ b/app/helpers/ci/jobs_helper.rb @@ -15,7 +15,8 @@ module Ci "build_status" => @build.status, "build_stage" => @build.stage, "log_state" => '', - "build_options" => javascript_build_options + "build_options" => javascript_build_options, + "retry_outdated_job_docs_url" => help_page_path('ci/pipelines/settings', anchor: 'retry-outdated-jobs') } end end |