TeamCity change in 'JetBrains Public Projects / Packer Builder for vSphere' project: Connection added
This commit is contained in:
parent
15d8587344
commit
b1389db5e0
|
@ -0,0 +1,27 @@
|
|||
package patches.projects
|
||||
|
||||
import jetbrains.buildServer.configs.kotlin.v2018_2.*
|
||||
import jetbrains.buildServer.configs.kotlin.v2018_2.Project
|
||||
import jetbrains.buildServer.configs.kotlin.v2018_2.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) {
|
||||
features {
|
||||
add {
|
||||
feature {
|
||||
type = "OAuthProvider"
|
||||
id = "PROJECT_EXT_114"
|
||||
param("clientId", "1abfd46417d7795298a1")
|
||||
param("defaultTokenScope", "public_repo,repo,repo:status,write:repo_hook")
|
||||
param("secure:clientSecret", "credentialsJSON:5fe99dc3-4d1d-4fd6-9f5c-e87fbcbd9a4e")
|
||||
param("displayName", "GitHub.com")
|
||||
param("gitHubUrl", "https://github.com/")
|
||||
param("providerType", "GitHub")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue