File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import jetbrains.buildServer.configs.kotlin.BuildFeatures
22import jetbrains.buildServer.configs.kotlin.BuildType
33import jetbrains.buildServer.configs.kotlin.DslContext
4- import jetbrains.buildServer.configs.kotlin.FailureAction
5- import jetbrains.buildServer.configs.kotlin.buildFeatures.PullRequests
64import jetbrains.buildServer.configs.kotlin.buildFeatures.commitStatusPublisher
75import jetbrains.buildServer.configs.kotlin.buildFeatures.perfmon
8- import jetbrains.buildServer.configs.kotlin.buildFeatures.pullRequests
96import jetbrains.buildServer.configs.kotlin.buildSteps.gradle
107import jetbrains.buildServer.configs.kotlin.project
118import jetbrains.buildServer.configs.kotlin.projectFeatures.githubIssues
@@ -50,7 +47,7 @@ project {
5047 displayName = " sourcegrade/lab"
5148 repositoryURL = " https://github.com/sourcegrade/lab"
5249 authType = accessToken {
53- accessToken = " credentialsJSON:08139815-d563-4983-b121-8fe707ce8a34 "
50+ accessToken = " credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192 "
5451 }
5552 param(" tokenId" , " " )
5653 }
@@ -78,7 +75,7 @@ fun BuildFeatures.configureBaseFeatures() {
7875 publisher = github {
7976 githubUrl = " https://api.github.com"
8077 authType = personalToken {
81- token = " credentialsJSON:08139815-d563-4983-b121-8fe707ce8a34 "
78+ token = " credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192 "
8279 }
8380 }
8481 }
You can’t perform that action at this time.
0 commit comments