TeamCity Use Case: Only Generate Build Statistics Reports
In using IntelliJ to develop Java project I was interested to see what TeamCity offer. After some setup, and time exploring, I managed, with some luck and patience, to make a configuration for my Gradle build that does effectively what IntelliJ does on project rebuild. shift f12
The only feature I continue to run TeamCity is the statistics report about build errors and code coverage over time. In order to run this I start the Team City server, wait for the web app to load, click the Run button, wait for my build to finish. Then I review the results and shutdown the server.
Is there some combination of IntelliJ plugin and/or Gradle plugin that collect similar statistics for similar report? I suspect this data is stored by IntelliJ already - but for whatever reason remain hidden from user.
Please sign in to leave a comment.