I have been triggering CircleCI jobs from my local config files dynamically.
The post below has helped me a lot in it. @fernfernfern
“I tried to put in the link, but it isn’t allowing me to”
However, recently I am unable to pass any build_parameters to the config files. Though a curl request triggers the job with the correct config.yml , it doesn’t pass any environment variable to it. They are all empty.
This is the curl request that I have used till now :
Hi @RounakDas02 .
We have actually just released a new feature in Closed Preview that might achieve in a very different way what you are trying to do here.
You can trigger pipelines from VS Code based on your local config.yml, and even select which specific jobs you want to run.
Have a look here and see if it sounds like it’d solve your problem