File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ spec:
156156 build_branches : true
157157 build_pull_request_forks : false
158158 cancel_deleted_branch_builds : true
159- filter_condition : build.branch == "main" || build.branch == "9.1 " || build.branch == "9.0 " || build.branch == "8.19 " || build.branch == "8.18 " || build.branch == "8.17 " || build.branch == "7.17"
159+ filter_condition : build.branch == "main" || build.branch == "9.2 " || build.branch == "9.1 " || build.branch == "9.0 " || build.branch == "8.19 " || build.branch == "8.18 " || build.branch == "7.17"
160160 filter_enabled : true
161161 publish_blocked_as_pending : true
162162 publish_commit_status : false
@@ -168,26 +168,26 @@ spec:
168168 branch : ' 7.17'
169169 cronline : 30 06 * * *
170170 message : Daily SNAPSHOT build for 7.17
171- Daily 8_17 :
172- branch : ' 8.17'
173- cronline : 30 05 * * *
174- message : Daily SNAPSHOT build for 8.17
175171 Daily 8_18 :
176172 branch : ' 8.18'
177- cronline : 30 04 * * *
173+ cronline : 30 05 * * *
178174 message : Daily SNAPSHOT build for 8.18
179175 Daily 8_19 :
180176 branch : ' 8.19'
181- cronline : 30 03 * * *
177+ cronline : 30 04 * * *
182178 message : Daily SNAPSHOT build for 8.19
183179 Daily 9.0 :
184180 branch : ' 9.0'
185- cronline : 30 02 * * *
181+ cronline : 30 03 * * *
186182 message : Daily SNAPSHOT build for 9.0
187183 Daily 9.1 :
188184 branch : ' 9.1'
189- cronline : 30 01 * * *
185+ cronline : 30 02 * * *
190186 message : Daily SNAPSHOT build for 9.1
187+ Daily 9.2 :
188+ branch : ' 9.2'
189+ cronline : 30 01 * * *
190+ message : Daily SNAPSHOT build for 9.2
191191 Daily main :
192192 branch : main
193193 cronline : 30 00 * * *
Original file line number Diff line number Diff line change 11org.gradle.daemon =false
22
3- elasticsearchVersion =9.2 .0
3+ elasticsearchVersion =9.3 .0
44
55artifactName =ml-cpp
66
You can’t perform that action at this time.
0 commit comments