Introduce shared Vue component for pipeline jobs
Follow-up from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22505#note_110749674:
JobContainerItem and JobItem are very similar.
However currently both components are incompatible because:
-
JobItemhas an action button -
JobContainerItemhas an icon for retried jobs -
JobContainerItemhas custom styles applied that breakJobItem
They should be split up and use a shared component.