Entry Point Wrapper
Place feature-branch.properties in your SOLUTIONROOT to allow dynamic delivery execution, based on Git Branch name. This capability is limited to entry.sh/entry.bat/entry.ps1, which are Git aware, and the recommended loose coupling entry scripts for CDAF.
# Separate environments for features and bugs
feature=DEV1
bugfix=DEV2
# Hotfixes deploy to all environments
hotfix=DEV1
hotfix=DEV2
See CDAF Samples for complete implementations in Linux and Windows.