TeamCity Plugin for IntelliJ Platform Help 2021.2 Help

Running Builds Remotely

Using remote run feature you can perform your personal build bypassing the version control system to test how your changes integrate into the project's code. Unlike pre-tested commit, no code is checked into the version control system regardless of the state of the initiated personal build.

You can observe the build status in the My Changes tab of the TeamCity tool window similar to the following screen:

Viewing a personal build in My Changes

To perform a remote run

  1. In the TeamCity menu, click Remote Run.

  2. In the Remote Run dialog box that opens, do the following:

    1. Select changes to be included in the build from the list.

    2. Optionally, add a comment.

    3. If needed, specify additional settings under Before Commit and After Commit. For more information about these settings, refer to IntelliJ Idea Web Help

    4. Click Remote Run.

  3. In the second Remote Run dialog box, do the following:

    1. From the list of available build configurations, select build(s) you want to verify your changes on.

    2. To customize your personal build click img. Refer to Customize selected build for details.

    3. Ensure that the Commit after build(s) finish (pre-tested commit) check box is cleared.

    4. Click Submit to start running your personal build with selected changes.

    Remote Run dialog

To customize a build

  1. In the Remote Run dialog select the build configuration that you want to run as personal build.

  2. On the toolbar, click Customize build to open the Customize build dialog box, where you can do the following:

    • Select a build agent to run your personal build on. By default, your build will be run on the fastest idle agent, however you can specify some particular agent instead.

    • Modify configuration parameters, system properties and environment variables. Learn more.

    • Put your build to the queue top.

    Customize Build dialog
Last modified: 25 May 2021