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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -