debian-mirror-gitlab/app/views/projects/jobs/show.html.haml

17 lines
1 KiB
Text
Raw Normal View History

2016-11-03 12:29:30 +05:30
- @no_container = true
2018-12-13 13:39:08 +05:30
- add_to_breadcrumbs _("Jobs"), project_jobs_path(@project)
2018-03-17 18:26:18 +05:30
- breadcrumb_title "##{@build.id}"
2018-12-13 13:39:08 +05:30
- page_title "#{@build.name} (##{@build.id})", _("Jobs")
2015-11-26 14:37:03 +05:30
2018-12-05 23:21:45 +05:30
- content_for :page_specific_javascripts do
= stylesheet_link_tag 'page_bundles/xterm'
2016-11-03 12:29:30 +05:30
%div{ class: container_class }
2019-10-12 21:52:04 +05:30
#js-job-vue-app{ data: { endpoint: project_job_path(@project, @build, format: :json), project_path: @project.full_path,
2019-07-07 11:18:12 +05:30
deployment_help_url: help_page_path('user/project/clusters/index.html', anchor: 'troubleshooting-failed-deployment-jobs'),
2018-12-13 13:39:08 +05:30
runner_help_url: help_page_path('ci/runners/README.html', anchor: 'setting-maximum-job-timeout-for-a-runner'),
runner_settings_url: project_runners_path(@build.project, anchor: 'js-runners-settings'),
2019-10-12 21:52:04 +05:30
variables_settings_url: project_variables_path(@build.project, anchor: 'js-cicd-variables-settings'),
page_path: project_job_path(@project, @build), build_status: @build.status, build_stage: @build.stage, log_state: '',
2018-12-13 13:39:08 +05:30
build_options: javascript_build_options } }