Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Barry Kaplan
Total activity
29
Last activity
October 30, 2019 01:19
Member since
October 19, 2019 23:55
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
10
Activity overview
Posts (9)
Comments (10)
Sort by recent activity
Recent activity
Votes
Edited
October 30, 2019 01:19
it also seems that the table includes older build ids even from when the UI was in control of the ids. There is/was the control to regenerate the id in the UI, with some message that dependencies m...
Community
TeamCity General Topics
kotlin dsl: Refactor-rename BuildTypes but retain build history
0 votes
Edited
October 29, 2019 16:54
Like this (kotlin newbe here): class SetVersionNumberJavaApp { companion object { val id: String = SetVersionNumberJavaApp::class.java.name } var executionMode = BuildStep.Execution...
Community
TeamCity General Topics
kotlin dsl: How to disable a step?
0 votes
Created
October 27, 2019 00:30
And now I can't use idea's nested language to edit the bash because it isn't valid bash anymore...
Community
TeamCity General Topics
Write literal bash script in kotlin string?
0 votes
Created
October 27, 2019 00:29
Do I really have to do this? There is no way to just create literal string in kotlin?``` scriptContent = """ #!/bin/bash set -e source ${'$'}HOME/.nvm/nvm.sh &>/dev/null && nvm install ...
Community
TeamCity General Topics
Write literal bash script in kotlin string?
0 votes
Created
October 24, 2019 14:42
We made the change to koltin. It went very smooth. Now we just have to convert our meta-runners, which looks very easy.
Community
TeamCity General Topics
What are the implications of changing versioned settings from xml to kotlin?
0 votes
Created
October 23, 2019 16:07
Ansible is just the means by which the files are copied to the file system. It is no different than if I copied the files directly. If we were to keep using the meta-runners I would be happy to hel...
Community
TeamCity General Topics
teamcity overwrites runner type for meta-runners found on disk
0 votes
Created
October 23, 2019 02:38
Eric, the doc you mention is where I learned that I can even do this. So yes, I experience this issue using that process. I have just this minute converted the git repo to kotlin. None of the meta...
Community
TeamCity General Topics
teamcity overwrites runner type for meta-runners found on disk
0 votes
Created
October 20, 2019 18:52
This is getting worse all the time. Teamcity rewrites the meta-runner xml files just to reorder the lines.
Community
TeamCity General Topics
teamcity overwrites runner type for meta-runners found on disk
0 votes
Created
October 20, 2019 16:32
I may have found the trigger. A few of the meta-runners I copied to the server had 'simpleRunner' instead of 'gradle-runner'. In that case, teamcity would change the type of all existing 'gradle-ru...
Community
TeamCity General Topics
teamcity overwrites runner type for meta-runners found on disk
0 votes
Created
October 20, 2019 16:16
I also see that teamcity will change the permissions on the meta-runner files. I set it to 0440 when ansible copies it to the server to try to prevent the change in type, but a moment later it has ...
Community
TeamCity General Topics
teamcity overwrites runner type for meta-runners found on disk
0 votes