TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

IntelliJ IDEA Project

Last modified: 20 April 2023

IntelliJ IDEA Project runner allows you to build a project created in IntelliJ IDEA. TeamCity versions up to 6.0 had Ipr (deprecated) which is now superseded by IntelliJ IDEA Project runner.

Supported IntelliJ IDEA features



TeamCity IntelliJ IDEA runner supports subset of IntelliJ IDEA features:

IntelliJ IDEA Project Settings



Unresolved Project Modules and Path Variables



This section is displayed, when an IntelliJ IDEA module file (.iml) referenced from IPR-file:

  • cannot be found

  • allows you to enter the values of path variables used in the IPR-file.

To refresh values in this section click Check/Reparse Project.

Project JDKs



This section provides the list of JDKs detected in the project.

Java Parameters



Compilation settings



Artifacts



Run configurations



Test Parameters



  • To learn more about Run recently failed tests first and Run new and modified tests first options, please refer to the Running Risk Group Tests First page.

  • Run affected tests only (dependency based) option will take build changes into account. With this option enabled runner will compute modules affected by current build changes and will execute only those run configurations which depend on affected modules directly or indirectly.

Code Coverage



Specify code coverage options, for the details, refer to IntelliJ IDEA page.