got the same problem here, it'd be great to run th...
# teamcity
j
got the same problem here, it'd be great to run the script locally, also, do you guys know a website where to look at for documentation, I'm trying to implement it, but got a few issues, and don't really know how to get around them: - does each phase of a project/subproject always run in parallel? - how to archive artifacts - to make a project wait for another one to finish I need to add it as a dep, but there are two types:
artifacts
and
dependency
? or is just that
artifact
can be used inside the
dependencies
block? also how can I use artifacts archived in other jobs?