I want to be able to document/report the settings for a Plan in Bamboo (stages/jobs/tasks).
Is this possiblein any way?
Hi Brian,
There is no reporting on the plan configuration but there is an open request to expose this via REST API call at https://jira.atlassian.com/browse/BAM-4854 I believe you can still get those info using sql queries like:
SELECT * FROM BUILD_DEFINITION WHERE BUILD_ID in (SELECT BUILD_ID FROM BUILD WHERE WHERE FULL_KEY like ('%TESTA-TESTA%'));
You can replace TESTA-TESTA with the plan key
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.