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 }
|
2018-12-13 13:39:08 +05:30
|
|
|
#js-job-vue-app{ data: { endpoint: project_job_path(@project, @build, format: :json),
|
|
|
|
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'),
|
|
|
|
build_options: javascript_build_options } }
|