I am using a post build action to archive artifacts. In the entry field for the files to be archived, I have entered:
results/*.csv,results/*.txt
When saving this configuration change, Jenkins complains that while it finds the directory results, it doesn't find results/*.csv.
Well, this is not surprising: The csv and txt files are artifacts and are not expected to be present until I run the job. Why then the error message?