In Jenkins you have the option to stash
and unstash
files, sort of like uploading and downloading artifacts that are not visible to the user.
It grants you the ability to do part of the build on one machine, and then continue doing it on another one.
Does this option exists in Teamcity?
I saw the snapshot dependency
option, but it doesn't seem to transfer any files between builds.