How to include empty folders when publishing artifacts?
Hello
Our build process creates an output structure that contains a few empty folders as well:
- build
- folder1
- outputfile1.txt
- folder2
- folder3
- outputfile2.txt
- folder1
We would like to publish the complete structure as build artifacts (as dependent builds require the empty folders as well). For this we tried the following alternative "Artifact paths":
- build/**/*.*
- build
but neither of them included the empty folders. Is there any solution to this?
Thanks
Marcel
Please sign in to leave a comment.
Marcel,
So far, empty directtories are not included, please vote for/coment corresponding issue in our tracker.