This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new efdb1c16507 IGNITE-27037 Add jdbc to artifact bundle (#6975)
efdb1c16507 is described below
commit efdb1c16507d33ad806aaaeec3ede9c87838134b
Author: Pavel Panteleev <[email protected]>
AuthorDate: Fri Nov 14 13:18:51 2025 +0400
IGNITE-27037 Add jdbc to artifact bundle (#6975)
---
.teamcity/build/build_types/ReleaseBuild.kt | 1 +
1 file changed, 1 insertion(+)
diff --git a/.teamcity/build/build_types/ReleaseBuild.kt
b/.teamcity/build/build_types/ReleaseBuild.kt
index 471ff9bf182..17e3b8c9458 100644
--- a/.teamcity/build/build_types/ReleaseBuild.kt
+++ b/.teamcity/build/build_types/ReleaseBuild.kt
@@ -90,6 +90,7 @@ object ReleaseBuild : BuildType({
artifacts {
artifactRules = """
javadoc.zip => ignite-docs
+ ignite-jdbc => ignite-jdbc
libs.zip
""".trimIndent()
}