No notification on absent artifact in artifact dir #999
-
Hello! |
Beta Was this translation helpful? Give feedback.
Answered by
SUPERCILEX
Sep 4, 2021
Replies: 1 comment 2 replies
-
I believe it already throws an exception if nothing is found in the artifact directory. If not, you could always write a bit of code that checks this yourself: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gtgray
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe it already throws an exception if nothing is found in the artifact directory. If not, you could always write a bit of code that checks this yourself:
if (!file("blah").exists()) ...
.