File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -195,19 +195,18 @@ pipeline{
195
195
}
196
196
}
197
197
198
- // Can't run these as all the Optic Update tests fail now (as expected) on 11.1.0.
199
- // stage('regressions-11.1.0') {
200
- // when {
201
- // allOf {
202
- // branch 'develop'
203
- // expression {return params.regressions}
204
- // }
205
- // }
206
- // steps {
207
- // runAllTests('Release', '11.1.0', false)
208
- // junit '**/build/**/TEST*.xml'
209
- // }
210
- // }
198
+ stage(' regressions-11.2.0' ) {
199
+ when {
200
+ allOf {
201
+ branch ' develop'
202
+ expression {return params. regressions}
203
+ }
204
+ }
205
+ steps {
206
+ runAllTests(' Release' , ' 11.2.0' , false )
207
+ junit ' **/build/**/TEST*.xml'
208
+ }
209
+ }
211
210
212
211
stage(' regressions-11' ) {
213
212
when {
@@ -247,7 +246,7 @@ pipeline{
247
246
junit ' **/build/**/TEST*.xml'
248
247
}
249
248
}
250
-
249
+
251
250
stage(' regressions-10.0' ) {
252
251
when {
253
252
allOf {
You can’t perform that action at this time.
0 commit comments