How can we trigger different project's job

Hi,
How can we trigger different project’s job. For example, I have parent job “abc” has repository like “https://github.n.com/user_name/abc”. After building this job successgully, I have to trigger next job “xyz” has repository like “https://github.n.com/user_name/xyz”. Both the project have different repository location.
My question is that how can abc project build trigger xyz project build.
Thanks,
Rahul

Sounds like you need a workflow.

Till now I see that workflows builds on the same repo for same project. But I want to trigger job which belongs to other repository.

Ah, righto. You could look at the API for that.

Any solutions/suggestions on this issue.

Or let me know, if this is possible or not.

Yes, did you see my message? I think the HTTP API might be able to do this.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.