athieriot / drone-artifactory

Drone plugin for publishing build artifacts to Artifactory
Apache License 2.0
10 stars 12 forks source link

Allow Glob paths for filenames #11

Closed brgaulin closed 8 years ago

brgaulin commented 8 years ago

This commit will remove shelljs in favor of node-glob.

This will allow file descriptions, such as: ./target/app/*.jar ./target/*/.jar ./*/.jar

where \ is a glob of any number of directories

athieriot commented 8 years ago

Nice. Thank you.

LGTM

tboerger commented 8 years ago

LGTM Maybe you can also add something to the docs?

brgaulin commented 8 years ago

Documentation? Thats crazy talk =P

I added a line to the DOCS.md with a link to the glob primer that shows the various ways you can glob, and an exmaple.