-
Notifications
You must be signed in to change notification settings - Fork 556
Closed
Labels
Description
🔖 Feature description
Allow wild cards condition in filter condition
🎤 Pitch / Usecases
I want to ensure that production deployments are only allowed if the branch is master. There are many application which are deployed in production environment and allowing wild cards will help us to do it easily as we don't have to add multiple condition for each application.
Note- Multiple CD pipelines are attached parallelly
ie gitCommitDetails[''].branch=='master'
🔄️ Alternative
No response
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct