Make teamcity ui settings readonly (#2608)

* teamcity: specify working github token in dsl

* teamcity: disable settings editing in UI

If VCS root doesn't have push permissions, push of settings changes
made in UI fail. After that synchronization with VCS is disabled in
order to not loose UI changes. With read-only UI all changes have to
be made in dsl.
This commit is contained in:
nd 2021-07-21 16:26:13 +02:00 committed by GitHub
parent 65f436494c
commit a14bec4cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,6 +68,9 @@ project {
}))
}
buildType(AggregatorBuild(tests))
params {
param("teamcity.ui.settings.readOnly", "true")
}
}
class AggregatorBuild(tests: Collection<BuildType>) : BuildType({