Skip to content

Commit 26b3286

Browse files
authored
Remove the GIT Branch specification from the Pull Request
1 parent 7ca3aad commit 26b3286

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.teamcity/settings.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ object PullRequestsJava8 : BuildType({
6565
id("ForgeGradle__PullRequests")
6666
name = "Pull Requests (Java 8)"
6767
description = "Builds pull requests for the project using Java 8"
68+
69+
params {
70+
text("git_branch_spec", "", label = "The branch specification of the repository", description = "By default all main branches are build by the configuration. Modify this value to adapt the branches build.", display = ParameterDisplay.HIDDEN, allowEmpty = true)
71+
}
6872
})
6973

7074
object PullRequestsJava11 : BuildType({
@@ -75,6 +79,7 @@ object PullRequestsJava11 : BuildType({
7579

7680
params {
7781
text("docker_jdk_version", "11", label = "JDK version", description = "The version of the JDK to use during execution of tasks in a JDK.", display = ParameterDisplay.HIDDEN, allowEmpty = false)
82+
text("git_branch_spec", "", label = "The branch specification of the repository", description = "By default all main branches are build by the configuration. Modify this value to adapt the branches build.", display = ParameterDisplay.HIDDEN, allowEmpty = true)
7883
}
7984
})
8085

@@ -86,5 +91,6 @@ object PullRequestsJava17 : BuildType({
8691

8792
params {
8893
text("docker_jdk_version", "17", label = "JDK version", description = "The version of the JDK to use during execution of tasks in a JDK.", display = ParameterDisplay.HIDDEN, allowEmpty = false)
94+
text("git_branch_spec", "", label = "The branch specification of the repository", description = "By default all main branches are build by the configuration. Modify this value to adapt the branches build.", display = ParameterDisplay.HIDDEN, allowEmpty = true)
8995
}
9096
})

0 commit comments

Comments
 (0)