Skip to content

WIP: Allow checking out artifact metadata with `bst checkout`

Sam Thursfield requested to merge sam/bst-checkout-metadata into master

This commit adds a new bst checkout --metadata mode which checks out the artifact's build logs and metadata into a user specified directory. This is instead of the normal mode which checks out and optionally integrates the artifact's contents.

Merge request reports