Issue
for example job name=ABC->build count {1,2,3} and want to trigger 1 then how trigger them using remote api in enter image description hereJenkins in the image how to trigger 9th build using remote api
Solution
What do you mean by you want to trigger build 9? In Jenkins you cannot trigger old builds. Once a build has completed it is logged and that is it.
Running a new build of that job would create build 11 next but it would follow the exact same build steps as build 9 unless you have changed any of the build configuration.
It might be worth editing your question to explain the rationale behind what you are trying to do and why and people might be able to point you in the right direction
Answered By - apr_1985
Answer Checked By - Dawn Plyler (JavaFixing Volunteer)