David
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
David created a post, How to have a global parameter that is not a context parameter and read it from Kotlin DSL ?
Hi, I want to have a global parameter that I can read from Kotlin DSL. I am aware of context parameters but if I use those then I won't be able to edit TeamCity from the UI.Regular parameters do no... -
-
David commented, -
David created a post, Additional Gradle Command line parameters - where are they logged?
I have a Gradle build step and I went to modify the “Additional Gradle Command line parameters” field.I want to check that the change is applied in my builds. So I run a build and go to the Build L... -
David created a post, How to get the build id of a snapshot dependency?
I have build B depending on build A via snapshot dependency.In build B build step I need the build id of A to invoke via http %teamcity.serverUrl%/downloadBuildLog.html?buildId=<buildId of A>I see ...