File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
4
4
*/
5
5
6
+ import jetbrains.buildServer.configs.kotlin.DslContext
6
7
import jetbrains.buildServer.configs.kotlin.Project
7
8
import jetbrains.buildServer.configs.kotlin.buildFeatures.commitStatusPublisher
8
9
9
10
fun Project.additionalConfiguration () {
10
11
knownBuilds.buildAll.features {
11
12
commitStatusPublisher {
13
+ vcsRootExtId = " ${DslContext .settingsRoot.id} "
12
14
publisher = github {
13
15
githubUrl = " https://api.github.com"
14
- authType = personalToken {
15
- token = " credentialsJSON:af36802a-ccd4-401b-86b9-0b08d2dfad17 "
16
+ authType = storedToken {
17
+ tokenId = " tc_token_id:CID_7db3007c46f7e30124f81ef54591b223:-1:4b5743ff-b95e-41b0-89d6-e9a50d3048db "
16
18
}
17
19
}
18
- param(" github_oauth_user" , " ilya-g" )
19
20
}
20
21
}
21
22
}
You can’t perform that action at this time.
0 commit comments