...
Similarly for UI code branches, there are two UI-specific builds: CDAP-UDUT will match bugfix|feature)-ui/CDAP.* branches and merge with develop before building, and CDAP-URUT will match any (bugfix|feature)_release-ui/CDAP.* branches and merge with the latest release/.* branch of CDAP. If a release bugfix or feature branch needs to merge against a different parent release, the plan branch will need to be configured manually to do so.
UI Development Pipeline
Branches: (bugfix|feature)-ui/CDAP.* and (bugfix|feature)_release-ui/CDAP.*
Release Pipeline
Branches: develop and release/.*
...