Can the files of an artifact dependency be zipped as they pass to the destination build?
How do I set up an artifact dependency such that as the artifacts flow from build A to build B they are zipped into an archive? This is the opposite of the ! operator (which unzips an archive from A and passes those files on to B).
I know that when I initially collect the artifacts in build A I can zip them. In this case, I don't want to zip them until they are passed to build B.
I hope that makes sense.
Thanks!
Please sign in to leave a comment.
Sorry for the delay in replying.
This is not yet possible, feel free to file an issue into our tracker http://youtrack.jetbrains.net/issues/TW
Also, with introduction of multiple build runners, you will be able to write a preparation script that will zip the files before the main stage begins.
I created an issue here: http://youtrack.jetbrains.net/issue/TW-12540?projectKey=TW.
Thanks,
Josh