Sha256: 1dbf77ea2d2fd2e08f4bcce52f1a07cd773812ed4251bfc62186033e6d5a5b68
Contents?: true
Size: 498 Bytes
Versions: 22
Compression:
Stored size: 498 Bytes
Contents
The following process is not assigned to any executor on <%= @hostname %>. - Name: <%= @definition.name %> - URL: <%= job_instance_url %> - Command: <%= @execution.shell %> - Context: <%= @execution.context %> - Created at: <%= @execution.created_at %> - Started at: <%= @execution.started_at %> <% if @instance.logs.any? %> Logs ``` <% for log in @instance.logs -%> <%= "%s %-5s: %s" % [log.created_at.iso8601, log.level, log.message] %> <% end -%> ``` <% else -%> <% end -%> Thanks, -- Kuroko
Version data entries
22 entries across 22 versions & 1 rubygems