Is there a way to have circleci jobs start other circleci jobs?

I would like to have a build/deploy pipeline where any single one of several project can trigger the production deploy circleci job.

If there isn’t, I’ll open a feature request.

You should be able to do this using the API.

my apologies for the slow reply!

from those docs it looks like I would include a POST to the ‘new build’ endpoint for each dependent build in the circleci.yml? is it that easy?

1 Like

Yep, easy peasy :slight_smile: