Optional Artifact Dependencies? Follow
Is it possible to set up an optional artifact dependency in a build config?
I'd like to have a config depend on another's artifacts, but do not want to fail the build if artifacts cannot be located.
Thanks,
Jim
Please sign in to leave a comment.
Feel free to watch / vote for this issue: https://youtrack.jetbrains.com/issue/TW-19132
As a workaround you can download artifacts in a build step.
Thanks Pavel,
It appears I have already commented on this issue on my previous company account.
I am now downloading them manually, I'm now looking for a clean way to extract my artifact zip via Windows without any additional installations.