jenkinsci / fabric-beta-publisher-plugin

DEPRECATED: A Jenkins plugin that lets you publish Android apps to Fabric Beta
MIT License
24 stars 17 forks source link

Make .apk file path(s) allow entire folder #25

Closed heutschibogdan closed 7 years ago

heutschibogdan commented 7 years ago

It would be nice to be able to upload all the files from one specific folder, for example app/build/outputs/apk/. I am building different flavors (one flavor or more each time) and I would like to upload them to fabric, but the files count and name change depending on some build parameter.

egor-n commented 7 years ago

If you check the "path as ant-style include" checkbox and set the path value to "app/build/outputs/apk/*.apk", then it will upload all APKs from the folder.

heutschibogdan commented 7 years ago

Ok, Thank you, I haven't realized that.