Hi, is there a way to retrieve the workflow_id of the current pipeline from a job in the pipeline itself if it wasn’t triggered through the API.
The reason why I need that is to approve another job which is part of this pipeline.
Thanks!
Hi, is there a way to retrieve the workflow_id of the current pipeline from a job in the pipeline itself if it wasn’t triggered through the API.
The reason why I need that is to approve another job which is part of this pipeline.
Thanks!
I may be misunderstanding something but aren’t you just looking to read CIRCLE_WORKFLOW_ID
from the built-in environment variables?
You’re right, thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.