Hi Team,
I need to retrieve the key value pair in metadata tab.
Key - plan.StorageTag
Value - plan-123456
Can you please help me how to achieve this requirement.
Hi Madhu,
The Bamboo database can be easily queried to retrieve a list of plan key to storage tag mappings:
SELECT FULL_KEY,STORAGE_TAG FROM BUILD WHERE BUILD_TYPE IN ('CHAIN','CHAIN_BRANCH');
Example result:
full_key | storage_tag |
---|---|
SAMPLE-PLAN | plan-18022401 |
PROJ-PLAN | plan-20414467 |
Regards,
Anik Sengupta
**please don't forget to Accept the answer if your query was answered**
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.