mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[CI] [TeamCity] Move PR commit status publishing gate to accommodate PR bot (#88911)
This commit is contained in:
parent
da8abdaf75
commit
82c1501924
1 changed files with 9 additions and 7 deletions
16
.teamcity/src/builds/PullRequestCi.kt
vendored
16
.teamcity/src/builds/PullRequestCi.kt
vendored
|
@ -63,13 +63,15 @@ object PullRequestCi : BuildType({
|
|||
}
|
||||
|
||||
features {
|
||||
commitStatusPublisher {
|
||||
enabled = isReportingEnabled()
|
||||
vcsRootExtId = "${Kibana.id}"
|
||||
publisher = github {
|
||||
githubUrl = "https://api.github.com"
|
||||
authType = personalToken {
|
||||
token = "credentialsJSON:07d22002-12de-4627-91c3-672bdb23b55b"
|
||||
if(isReportingEnabled()) {
|
||||
commitStatusPublisher {
|
||||
enabled = true
|
||||
vcsRootExtId = "${Kibana.id}"
|
||||
publisher = github {
|
||||
githubUrl = "https://api.github.com"
|
||||
authType = personalToken {
|
||||
token = "credentialsJSON:07d22002-12de-4627-91c3-672bdb23b55b"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue