configuration - How to get the checkout directory of project dependencies in TeamCity? -
i using teamcity build server , have little trouble when configuring projects , dependencies.
eventually want checkout directory of project dependencies configure build steps. have variable %teamcity.build.checkoutdir%
checkout directory of project itself.
however, did not find %dep.<dependencyid>.teamcity.build.checkoutdir%
.
is there way checkout directory of dependency?
you can add parameter (say checkoutdir
) in first build value equal %teamcity.build.checkoutdir% . can fetch value in dependent build (either through snapshot or artefact dependency)
Comments
Post a Comment