IBM / dbb-zappbuild

zAppBuild is a generic build solution for building z/OS applications using Apache Groovy build scripts and IBM Dependency Based Build (DBB) APIs.
Apache License 2.0
40 stars 123 forks source link

How to delete unwanted feature branch's collection from DB2 #463

Closed rahulrp1 closed 6 months ago

rahulrp1 commented 6 months ago

Hi Team,

How to delete unwanted feature branch's collection from DB2 Database ? Usecase : We are following workflow in which we are creating feature branch for new features /improvement .Once developer worked upon it and deploy it to respective test environments ,we are merging this feature branch to develop branch and deleting feature branch and proceeding to next release activites. In this case ,as feature branch is deleted ,we no more want the collection of that feature branch. How can to delete this unwanted feature collection from db2 database as per dbb 2.0.0?

Let me know incase need any more details.