Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 1

TeamCity Integration for JIRA add-on allows you to configure parameters of build indexation. You can quickly set the appropriate parameters depending on your connectivity, size of TeamCIty instance and number of builds and configurations. enable skipping builds that cannot be retrieved from TeamCity due to network or any other connector issue. Such builds are not indexed so information about them will not be available in TeamCity.

  1. Open the JIRA's Administration console.
  2. Locate the TeamCity Configuration section and select Global Configuration.
    Image Removed
  3. Click Edit.Image Removed

    Configure the appropriate parameters, as follows:

    ParameterDescriptionHow to OptimizeConnection TimeoutEnter timeout (in seconds) before connection to TeamCity server is established after conneciton failure.Connection timeout is used for establishing connection between JIRA and TeamCity. If the connectivity between two instances is intermittent, you can set the higher connection timeout for the add-on being able to successfully establish connection to TeamCity. If you set the lower value, the add-on will terminate the current connection attempt and start a new one. If the connection is slow or ping is high, the add-on will require more time for establishing connection to the server. So if you set the lower value, the add-on may not to be able to successfully connect to TeamCIty and start data indexation.Socket TimeoutTimeout used for waiting data retireval from TeamCity server.Once the add-on has established the connection, it starts waiting for data fetching from TeamCity. Socket timeout is amount time the add-on waits for completion of packet data retrieval from TeamCity instance before it terminates the session. The higher value you set, the longer the add-on will wait during transfer of sequential data packets.Response TimeoutTimeout before new connection to TeamCity server is established if no response has been received or completed.Response timeout is amount of time the add-on allocates to completion of the request and data transfer. If your builds are large, you can set the higher value to be sure that all data will be downloaded within this period.
  4. Index DepthDepth of indexing builds depending on the recency of bulds (in days).By default, the add-on is configured to fetch all build data from TeamCity server, but you can change this parameter and set the appopriate age of builds in days. For example, if you needn't data for the past two years, and you only need build data for the last 3 months - set '90'.Skip buildsEnables Select ON if you want to enable skipping builds that cannot be retrieved due to network or connectivity problems.This option allows the add-on to skip builds that cannot be retrieved due to some connectivity issues. Instead of performing continuous attempts to index the build, the add-on will skip it and proceed to the next build in the queue. It can speed up the indexing procedure, but skipped builds will not be available in JIRA..
    Image Added
  5. Click Update.

...