Actions
Bug #12770
closedJob invocations launched by hammer not displayed in the UI
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
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