Trigger a second automation
Is there a way to have one automation send an event to another to trigger a run?
I have a build of an upstream component and I would like to kick off the builds of downstream components when it succeeds.
Thanks in advance
P
Please sign in to leave a comment.
Philip - hi,
Thank you for this question!
The only way to do that now is to use the HTTP API projects/{project}/automation/jobs/{jobId}/start. More details on that can be found here: https://www.jetbrains.com/help/space/projects-a.html#start
The API can be tested via Space built-in HTTP API Playground: https://www.jetbrains.com/help/space/api.html
Please let me know if any additional info or more details are needed.
Margarita Kolotilova
JetBrains
http://www.jetbrains.com
The Drive to Develop
Great I'll have a look thanks!