mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Finish adding support for build-configuration level syncs for TeamCity integration
This commit is contained in:
BIN
docs/images/integrations/teamcity/integrations-teamcity-auth.png
Normal file
BIN
docs/images/integrations/teamcity/integrations-teamcity-auth.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 936 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 942 KiB |
BIN
docs/images/integrations/teamcity/integrations-teamcity.png
Normal file
BIN
docs/images/integrations/teamcity/integrations-teamcity.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
@@ -11,21 +11,18 @@ Prerequisites:
|
||||
|
||||

|
||||
|
||||
## Enter your TeamCity API Token and Server URL
|
||||
## Enter your TeamCity Access Token and Server URL
|
||||
|
||||
Obtain a TeamCity API Token in Profile > Access Tokens
|
||||
Obtain a TeamCity Access Token in Profile > Access Tokens
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Obtain your TeamCity Server URL in Administration > Cloud Server Settings > Server URL
|
||||
|
||||

|
||||

|
||||
|
||||
Press on the TeamCity tile and input your TeamCity API Token and Server URL to grant Infisical access to your TeamCity account.
|
||||
|
||||

|
||||
<Note>
|
||||
For this integration to work, the TeamCity Access Token must either have the
|
||||
**Same as current user** account-wide permission enabled or, if **Limit per project**
|
||||
is selected, then it must at minimum have the **View build configuration settings** and **Edit project** permissions enabled.
|
||||
</Note>
|
||||
|
||||
<Info>
|
||||
If this is your project's first cloud integration, then you'll have to grant
|
||||
@@ -34,9 +31,20 @@ Press on the TeamCity tile and input your TeamCity API Token and Server URL to g
|
||||
the cloud platform.
|
||||
</Info>
|
||||
|
||||
Press on the TeamCity tile and input your TeamCity Access Token and Server URL to grant Infisical access to your TeamCity account.
|
||||
|
||||

|
||||
|
||||
## Start integration
|
||||
|
||||
Select which Infisical environment secrets, you want to sync to which TeamCity project and press create integration to start syncing secrets to TeamCity.
|
||||
Select which Infisical environment secrets you want to sync to which TeamCity project (and optionally build configuration) and press create integration to start syncing secrets to TeamCity.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
<Note>
|
||||
Infisical integrates with both TeamCity's project-level and build configuration-level environment variables.
|
||||
|
||||
To sync secrets to a specific build configuration in a TeamCity project, you can select a build configuration from the **TeamCity Build Config** dropdown; otherwise, leaving it empty will sync secrets to TeamCity at the project-level.
|
||||
</Note>
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user