提交 62d52e78 编写于 作者: D derekparker 提交者: teamcity

TeamCity change in 'Delve' project: copy of 'go-delve/delve' VCS root was created

上级 5534839f
package patches.buildTypes
import jetbrains.buildServer.configs.kotlin.v2019_2.*
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*
/*
This patch script was generated by TeamCity on settings change in UI.
To apply the patch, change the buildType with id = 'AggregatorBuild'
accordingly, and delete the patch script.
*/
changeBuildType(RelativeId("AggregatorBuild")) {
vcs {
remove(DslContext.settingsRoot.id!!)
add(RelativeId("GoDelveDelve1"))
}
}
package patches.vcsRoots
import jetbrains.buildServer.configs.kotlin.v2019_2.*
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*
import jetbrains.buildServer.configs.kotlin.v2019_2.vcs.GitVcsRoot
/*
This patch script was generated by TeamCity on settings change in UI.
To apply the patch, create a vcsRoot with id = 'GoDelveDelve1'
in the root project, and delete the patch script.
*/
create(DslContext.projectId, GitVcsRoot({
id("GoDelveDelve1")
name = "go-delve/delve (1)"
url = "https://github.com/go-delve/delve"
branch = "refs/heads/master"
branchSpec = "+:refs/heads/feature-*"
authMethod = password {
userName = "DelveBot"
password = "credentialsJSON:ae622caf-644c-4e69-bba8-2bea3e677ae9"
}
}))
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册