ADD duration time for stage and step

This commit is contained in:
Jasder
2020-08-25 17:59:32 +08:00
parent c54723a6c6
commit 087f81a6aa
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,4 +5,5 @@ json.status step.step_status
json.exit_code step.step_exit_code
json.started format_utc_time(step.step_started)
json.stopped format_utc_time(step.step_stopped)
json.duration_time render_duartion_time(step.step_started, step.step_stopped)
json.version step.step_version