Hi, I want to trigger the pipeline manually but currently the circleCI does not provide the option to trigger the jobs manually from UI, as I am new to devops I wanted to know what are some other options to trigger the jobs manually. Also, I want to dynamically pass environment values how to do that?
@milan.joshi this functionality is coming soon, I expect it will be there within the next two months or so. Until then, the alternative is to use a custom webhook and pass in environment values via the webhook body that can extracted. You can trigger the pipeline on-demand with the custom webhook via a curl
.