Skip to content

Commit

Permalink
Move teamcity config to new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
reinsch82 committed Jan 4, 2024
1 parent fd0f7de commit 5b4bcc6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .teamcity/Buildship/GitHubVcsRoot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ object GitHubForkVcsRoot : GitVcsRoot({
branch = "refs/heads/master"
branchSpec = "+:*"
})

object GitHubBuildshipForkSettingsVcsRoot : GitVcsRoot({
name = "BuildshipSettings"
url = "https://github.com/gradle/buildship.git"
agentGitPath = "%env.TEAMCITY_GIT_PATH%"
agentCleanFilesPolicy = AgentCleanFilesPolicy.NON_IGNORED_ONLY
checkoutPolicy = AgentCheckoutPolicy.AUTO
authMethod = anonymous()
branch = "refs/heads/teamcity-config"
})
1 change: 1 addition & 0 deletions .teamcity/Buildship/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ object Project : Project({
description = "Eclipse plugins for Gradle http://eclipse.org/buildship"
vcsRoot(GitHubForkVcsRoot)
vcsRoot(GitHubVcsRoot)
vcsRoot(GitHubBuildshipForkSettingsVcsRoot)
subprojectsWithOrder(listOf(IndividualBuilds, Checkpoints, Promotions))

params {
Expand Down
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ node (Plugins -> teamcity-configs -> teamcity-configs:generate),
the 'Debug' option is available in the context menu for the task.
*/

version = "2022.10"
version = "2023.11"
project(Buildship.Project)

0 comments on commit 5b4bcc6

Please sign in to comment.