TeamCity change in 'JetBrains Public Projects / Packer Builder for vSphere' project: New GitHub issue tracker with name packer-builder-vsphere was created

This commit is contained in:
mkuzmin 2018-12-22 18:32:48 +00:00 committed by root
parent c13a7cc23f
commit 60cbf38e24
1 changed files with 14 additions and 0 deletions

View File

@ -23,5 +23,19 @@ changeProject(DslContext.projectId) {
param("providerType", "GitHub")
}
}
add {
feature {
type = "IssueTracker"
id = "PROJECT_EXT_190"
param("secure:password", "")
param("name", "packer-builder-vsphere")
param("pattern", """#(\d+)""")
param("authType", "anonymous")
param("repository", "https://github.com/jetbrains-infra/packer-builder-vsphere")
param("type", "GithubIssues")
param("secure:accessToken", "credentialsJSON:70cd214c-6949-4bb6-931c-e32e9a02edf2")
param("username", "")
}
}
}
}