Sha256: a5e84e3458e082b97dba463dc7d13bb4f83ad9b5242037718b3c88a515a981c9
Contents?: true
Size: 490 Bytes
Versions: 8
Compression:
Stored size: 490 Bytes
Contents
json.start @start_at.strftime('%Y-%m-%d %H:%M:%S') json.end @end_at.strftime('%Y-%m-%d %H:%M:%S') json.data do json.array! @histories do |history| json.id history.id json.content "<a href='#{job_definition_job_instance_path(history.job_definition, history.job_instance)}'>##{history.job_definition.id} #{h(history.job_definition.name)}</a>" json.start history.started_at.strftime('%Y-%m-%d %H:%M:%S') json.end history.finished_at.strftime('%Y-%m-%d %H:%M:%S') end end
Version data entries
8 entries across 8 versions & 1 rubygems