-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
688 changed files
with
12,444 additions
and
3,943 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!-- Thanks for your contribution! --> | ||
<!-- Please describe what you did below this line --> | ||
|
||
|
||
|
||
<!-- Make sure to tick all the boxes if possible --> | ||
|
||
I confirm that the pull-request: | ||
|
||
- [ ] Follows the contribution guidelines | ||
- [ ] Is based on my own work | ||
- [ ] Is in compliance with my employer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
package patches.projects | ||
|
||
import jetbrains.buildServer.configs.kotlin.v2018_1.* | ||
import jetbrains.buildServer.configs.kotlin.v2018_1.Project | ||
import jetbrains.buildServer.configs.kotlin.v2018_1.ui.* | ||
|
||
/* | ||
This patch script was generated by TeamCity on settings change in UI. | ||
To apply the patch, change the root project | ||
accordingly, and delete the patch script. | ||
*/ | ||
changeProject(DslContext.projectId) { | ||
params { | ||
expect { | ||
password("env.EnterpriseAccessToken", "", label = "EnterpriseAccessToken") | ||
} | ||
update { | ||
password("env.EnterpriseAccessToken", "credentialsJSON:02c23844-4f9a-49c2-95a6-320497f8abc3", label = "EnterpriseAccessToken", readOnly = true) | ||
} | ||
expect { | ||
password("env.SlackUserAccessToken", "", label = "SlackUserAccessToken") | ||
} | ||
update { | ||
password("env.SlackUserAccessToken", "credentialsJSON:40784596-735c-4e57-98d4-5f8b1894fedb", label = "SlackUserAccessToken") | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.