jenkinsci / minio-plugin

Repository for the Minio Jenkins plugin
https://plugins.jenkins.io/minio/
MIT License
10 stars 12 forks source link

Allow recursive upload to bucket #206

Open armandobs14 opened 1 year ago

armandobs14 commented 1 year ago

What feature do you want to see added?

According to documentation is possible upload files to a targetFolder passed as parameter. With this request I want allow upload a folder recursivelly to targetFolder or Bucket. Exemple: Upload files inside dist folder to targetFolder.

dist
├── contract
│   ├── bcb2995a35219a74548f48b8420f40b3.json
│   └── q1w2e3r4.json
└── glue_contract
    ├── 7cec5bb50861832703163775740fe76e.json
    └── q1w2e3r4.json

Upstream changes

No response