Replies: 1 comment 4 replies
-
are you aware of the DBB CLI to interact with the Metadatastore - https://www.ibm.com/docs/en/dbb/2.0?topic=interface-collection-commands ? This CLI allows you to delete the collection, with the CLI to the build result groups, also the build result group. Alternatively, you can write a script similar to https://github.com/IBM/dbb/tree/dbb_1_x/Utilities/WebAppCleanUp that you can be included into a pipeline job. For instance you can implement a process to ru every night to check the existing collections and compare it with the available feature branches in your git provider. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions