Artyeshi commented on code in PR #6583:
URL: https://github.com/apache/ignite-3/pull/6583#discussion_r2416105946


##########
.teamcity/build/distributions/OpenapiSpec.kt:
##########
@@ -0,0 +1,35 @@
+package build.distributions
+
+import jetbrains.buildServer.configs.kotlin.BuildType
+import org.apache.ignite.teamcity.CustomBuildSteps.Companion.customGradle
+import jetbrains.buildServer.configs.kotlin.buildSteps.script
+
+object OpenapiSpec : BuildType({
+    name = "[10] OpenAPI specification"
+    description = "Apache Ignite 3 OpenAPI specification"
+
+    artifactRules = 
"%VCSROOT__IGNITE3%/modules/rest-api/build/openapi/openapi.yaml => artifacts"
+
+    steps {
+        script {

Review Comment:
   Actually no



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to