We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766ceef commit 1c453deCopy full SHA for 1c453de
.teamcity/additionalConfiguration.kt
@@ -4,7 +4,21 @@
4
*/
5
6
import jetbrains.buildServer.configs.kotlin.Project
7
+import jetbrains.buildServer.configs.kotlin.DslContext
8
+import jetbrains.buildServer.configs.kotlin.buildFeatures.commitStatusPublisher
9
10
fun Project.additionalConfiguration() {
11
subProject(benchmarksProject(knownBuilds.buildVersion))
12
+
13
+ knownBuilds.buildAll.features {
14
+ commitStatusPublisher {
15
+ vcsRootExtId = "${DslContext.settingsRoot.id}"
16
+ publisher = github {
17
+ githubUrl = "https://api.github.com"
18
+ authType = storedToken {
19
+ tokenId = "tc_token_id:CID_7db3007c46f7e30124f81ef54591b223:-1:f604c3ec-6391-4e29-a6e4-e59397b4622d"
20
+ }
21
22
23
24
}
0 commit comments