github-action-build-chain icon indicating copy to clipboard operation
github-action-build-chain copied to clipboard

Implement on success/failure archiving

Open shubhbapna opened this issue 3 years ago • 0 comments

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

shubhbapna avatar Jul 28 '22 13:07 shubhbapna