Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Florian Oeser
Total activity
19
Last activity
May 17, 2022 16:57
Member since
January 27, 2021 08:28
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (5)
Comments (7)
Sort by recent activity
Recent activity
Votes
Edited
October 21, 2021 08:28
Hey, yes this is possible regardless of the actual CIS you are using. You can automate it via the UnrealAutomationTool (UAT) and BuildGraph, ie. running: ${GlobalVariables.absoluteProjectCheckoutD...
Community
TeamCity General Topics
Building editor with Teamcity
1 vote
Created
September 09, 2021 17:51
Hey Gary, thx for the update and the hint with the upcoming property, sounds great! -Flo
Community
TeamCity General Topics
Reading a JSON based Context parameter (potential security issue with Kotlin DSL sandbox environment)
0 votes
Created
September 06, 2021 09:00
Hey Gary, thanks for letting me know, will follow that as well. But I don't have so much hope because regardless which actual framework/library (kotlinx, gson etc.) you use in the end it will no be...
Community
TeamCity General Topics
Reading a JSON based Context parameter (potential security issue with Kotlin DSL sandbox environment)
0 votes
Created
September 06, 2021 06:48
Hey Gary, sadly not, its a sandbox limitation. You can also follow this https://youtrack.jetbrains.com/issue/TW-59901 but sadly there is not so much movement/interest from JB at the moment. -Flo
Community
TeamCity General Topics
Reading a JSON based Context parameter (potential security issue with Kotlin DSL sandbox environment)
0 votes
Created
June 11, 2021 09:50
And maybe cleanup the 'git' cache as well during your investigations.
Community
TeamCity General Topics
TeamCity will not collect changes when we have a submodule
0 votes
Created
June 11, 2021 09:49
Hey, we lately had issues with submodules integration which in the end turned out to be auth issues even when the error wasn't so clear. We switched to HTTPS access tokens for the main repo/VCS and...
Community
TeamCity General Topics
TeamCity will not collect changes when we have a submodule
0 votes
Created
February 16, 2021 08:53
Solved the problem with using a function instead of an object like: fun testConfig : BuildType{ val buildType = BuildType() buildType.name = "test" buildType.steps { postBadgeSt...
Community
TeamCity General Topics
Kotlin compile exception while generating code for custom buildstep
0 votes