Error while generating TeamCity configs (Kotlin DSL)
Answered
Hi,
I've been using Kotlin DSL for quite a large project for a while now, but all of a sudden I get the following error when locally generating teamcity configs:
Failed to execute goal org.jetbrains.teamcity:teamcity-configs-maven-plugin:2020.1:generate (default-cli) on project RP19_dsl: Error while generating TeamCity configs
I can't figure out a way within IntelliJ to get any more detailed logs, or something that might point to what the issue is. When I build the kotlin project there are no errors, this only happens with the 'teamcity-configs:generate' plugin.
When I submit my changes to VCS, the TeamCity server has no issues generating the project so it's an issue on my side. I'd like to be able to generate configs locally before I submit so I can validate my changes.
Regards,
Olly
Please sign in to leave a comment.
Hello Oliver,

Could you please select "generate" node in the Run tree to see the details?
Hi Fedor,
I managed to fix the issue by reinstalling IntelliJ. But I didn't know you could see more info by clicking Generate, I'll check that if I get the issue again thanks!