Skip to main content

TeamCity TeamCity

TeamCity is a general-purpose CI/CD solution that allows the most flexibility for all sorts of workflows and development practices.

Creating a TeamCity Connection

To create the connection you need:

  • A token
  • An API address

Obtaining the credentials

  1. Go to TeamCity server address. For example: https://<TeamCity Server host>:<port>.

  2. Sign in to your account.

  3. Navigate to Profile.

    Profile.png

  4. On the left sidebar menu, click Access Tokens > Create access token.

    Create Access Token.png

  5. Enter the information to create the token > Create.

    Insert Information.png

  6. Copy the token value.

    Copy Access Token.png

Creating your connection

  1. In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
  2. Select the TeamCity icon. A dialog box with name of the connection and connection methods appears.
  3. (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
  4. Select Access Token as the method to create the connection.
  5. Fill in the parameters:
    • The token
    • The API address
  6. (Optional) Click Test Connection to test it.
  7. Click Create connection. The new connection appears on the Connections page.