jenkinsci / artifactory-artifact-manager-plugin

artifactory-artifact-manager-plugin
https://plugins.jenkins.io/artifactory-artifact-manager/
MIT License
0 stars 3 forks source link

Parallel archive artifacts #47

Closed ahippler closed 2 weeks ago

ahippler commented 2 weeks ago

We noticed that archiving artifacts takes much time when archiving many small files. With this change 4 will be uploaded in parallel.

Testing done

Test with a local artifactory oss instance are working. Upload time is much faster.

The Pipeline tests are now archiving files and verify if they were uploaded.

Submitter checklist

jonesbusy commented 2 weeks ago

Thanks a lot for your PR.

Would you take a look at the test failure ?

ahippler commented 2 weeks ago

test were only failing because different newline behaviour.