Hi, Since bitbucket not support conditional trigger in pipeline step, so I want to use API call to run manual step, but I didn't see any documentation/endpoint in the documentation.maybe you have undocumented endpoint for this?
Hello @Jefri Adventer
There is no REST API endpoint that can trigger a single step in a pipeline, only endpoints to run or stop a whole pipeline.
That's why there's nothing in the documentation.
Hi @Jefri Adventer,
Thank you for reaching out to the community.
Instead of using an API endpoint, you can try using the Pipes script atlassian/trigger-pipeline for you to trigger a Pipelines build from your repositories.
Hope it helps and do let me know if you have further questions.
Regards,Mark C
It looks like you're new here. Sign in or register to get started.