You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this issue while running a borrowed Gulp file that did not specify the pomDir option. The createAndUploadArtifacts function tries to default it to test/poms and create the directory. But the directoryExists function throws an Exception if the directory does not exist and stops execution.
I think only one of those options should exist - either throw the exception or create the default directory. What does the author @skhatri think? I can submit a pull request depending on your response.
The text was updated successfully, but these errors were encountered:
I ran into this issue while running a borrowed Gulp file that did not specify the
pomDir
option. ThecreateAndUploadArtifacts
function tries to default it totest/poms
and create the directory. But thedirectoryExists
function throws an Exception if the directory does not exist and stops execution.I think only one of those options should exist - either throw the exception or create the default directory. What does the author @skhatri think? I can submit a pull request depending on your response.
The text was updated successfully, but these errors were encountered: