In Bamboo, how would we implement XSD or DTD validation of an artifact produced by a stage? Can we create a script task that invokes xmllint or a Ruby or Java program that utilizes XML libraries?
Yes. Just use the Script Task (https://confluence.atlassian.com/display/BAMBOO/Script) to initiate the task.
What would be the best way to ensure that detailed results could be rolled up and available to Bamboo besides just a pass-fail indication?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What details? From the output from your question? Depends on what you want. Mostly going to be custom metadata from add ons. An example would be like this (https://marketplace.atlassian.com/plugins/com.davidehringer.atlassian.bamboo.maven.maven-pom-parser-plugin).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.