When an artifact cannot be stored, either because of misconfiguration or the job failed and did not generate the file, MonkeyCI now fails the job (and the build). This failure covers up the actual error, if there is any. Instead, we should consider changing the failure into a warning, but we should consider making this configurable. Failing immediately is in line with the "fail fast" principle, but it may be that the artifact in question is not essential for the rest of the build.
In any case it should continue to store any other artifacts that have been generated.
When an artifact cannot be stored, either because of misconfiguration or the job failed and did not generate the file, MonkeyCI now fails the job (and the build). This failure covers up the actual error, if there is any. Instead, we should consider changing the failure into a warning, but we should consider making this configurable. Failing immediately is in line with the "fail fast" principle, but it may be that the artifact in question is not essential for the rest of the build.
In any case it should continue to store any other artifacts that have been generated.