Hello,
i have a project structure like this :
Project XYZ
- Plan A
- Plan B
- Plan C
- Plan D
is it possible to configure a plan that runs all plans inside a project for a specific branch and also disable a plan ?
Like run all plans for a `release` branch and disable Plan C so it runs A, B and D only.
Hi @sshrivastava22 ,
It is possible to configure all these plans to run sequentially by configuring dependencies. You can make PlanA as a parent for PlanB, and so on. This way, once Plan A is done running, it triggers other plans sequentially.
There is no option to disable a plan once it is finished running. Could you please elaborate the need to disable a plan once it is done running? If it is a plan branch, how about configuring Automatic branch management? This helps to clean up (disable) a plan branch automatically soon after there is no new commits in that branch.
You may also check if configuring a strict Dependency blocking strategy helps for your use case such that a particular plan doesn't run if it doesn't meet some criteria.
Hope that helps! If I misunderstood your requirement, please clarify.
Cheers,
Jey
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.