github-action-build-chain
github-action-build-chain copied to clipboard
Implement on success/failure archiving
For each path in archive-artifacts in the definition file, the build-chain-config reader produces an object {path: path_to_file, on: success/failure
We have to implement this on functionality. So if a job is successful then upload the artifact only if on is success otherwise if the job failed then only upload the artifact only if on is failure