Fixes for breaking changes in circleci v2 api
Fixes support for circleci v2 api. Two breaking changes addressed:
Nov 11, 2019
- The
/workflow/:workflow-id/jobs
endpoint has been moved to/workflow/:workflow-id/job
for consistency. The old route is still working at this point in time, but deprecated and will be removed on November 18th, 2019.Oct 17, 2019
start_time
andstop_time
parameters have been renamed tostarted_at
andstopped_at
to be consistent with other time-based information fields likecreated_at
andqueued_at
. This change affects the Get a Workflow's Job endpoint