Hi guys,
I'd like to know how to write correct path to get artifact
Locally it works such way - ./path-to-folder/*
* - there are a lot folders with files and I need to get all of them
artifacts:
- name: 'Report'
pattern: '*'
location: ./output/
required: false
This way doesn't work - maybe I don't need location field for using?