Project

General

Profile

Actions

Bug #12770

closed

Job invocations launched by hammer not displayed in the UI

Added by Stephen Benjamin almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Something with how the API's creating the invocation maybe?

 NoMethodError in Job_invocations#show

Showing /home/vagrant/foreman_remote_execution/app/views/job_invocations/show.html.erb where line #6 raised:

undefined method `job_invocation' for nil:NilClass

Extracted source (around line #6):

3: <% javascript 'template_invocation' %>
4: 
5: <% if @job_invocation.task %>
6:   <% title_actions(button_group(job_invocation_task_buttons(@job_invocation.task))) %>
7: <% end %>
8: 
9: <ul class="nav nav-tabs" data-tabs="tabs">
Actions

Also available in: Atom PDF