Is there a way we can trigger any job in our config.yml from circleCI UI? We have a Git monorepo with multiple services, it would be ideal if we can trigger the build for a particular service whenever we want and not just when we push the code change.
Here is our git structure:
.circleci
-config.yml
service1
-service1.java
service2
-service2.java
Any inputs on this will be really helpful. Thanks in advance.
Hi! Do you think something like Rerun from Failed
would work for you? This article shows how to rerun your workflow from failed tests: How to rerun a workflow – CircleCI Support Center
Hey, Thanks for the reply. This is not what we are looking for.
We are looking for a way to trigger individual service builds from UI. I believe this is possible via API v2 using parameters to trigger a particular job, but can it be achieved from UI?
I’ll keep checking. I’m not sure there’s a way to do this from the UI right now.