Assume JOB_ID is ID of existing job. Assume STEP_ID is ID of existing step that belongs to above mentioned job. POST /api/jobs/JOB_ID/steps/STEP_ID/end <action> <succeeded>false</succeeded> </action> GET /api/jobs/JOB_ID/steps/STEP_ID = step is still in STARTED state, POST request doesn't seem to have any effect <step href="/api/jobs/JOB_ID/steps/STEP_ID" id="STEP_ID"> <actions> <link href="/api/jobs/JOB_ID/steps/STEP_ID/end" rel="end"/> </actions> <description>Test Step</description> <job href="/api/jobs/JOB_ID" id="JOB_ID"/> <type>executing</type> <number>0</number> <status> <state>STARTED</state> </status> <start_time>2013-07-24T16:52:36.943+02:00</start_time> <external>true</external> </step> Please advise what is the proper way to end a step so that its state is something other than FINISHED.
fixed in commit : d849805
as RC is built, moving to ON_QA (hopefully did not catch incorrect bugs when doing this)
closing as this should be in 3.3 (doing so in bulk, so may be incorrect)