You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- json.id step.step_id
- json.number step.step_number
- json.name step.step_name
- 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_stopped, step.step_started)
- json.version step.step_version
|