Closed zkygr closed 3 months ago
The fixup commit contains your required changes.
I hope it's latest pass and we can merge it :crossed_fingers:
The latest fixup contains:
artifactorycleanup.py
--output-artifacts
utf-8
encoding removed_artifacts_list
to removed_artifacts
because we are already in the contextTY! :rocket:
Hello,
I am also interested in the feature from Pull Request #136 I have rebased the feature branch on master, squashed the commits, and made some modifications.
@roytev introduced a new option,
--output-artifacts
, which only worked with the specific combination of--output ... --output-format json --output-artifacts
As an alternative, I added a new--output-format
namedjson-with-artifact-list
, which I find to be more understandable.