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{
195195 }
196196 }
197197
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+ }
211210
212211 stage(' regressions-11' ) {
213212 when {
@@ -247,7 +246,7 @@ pipeline{
247246 junit ' **/build/**/TEST*.xml'
248247 }
249248 }
250-
249+
251250 stage(' regressions-10.0' ) {
252251 when {
253252 allOf {
You can’t perform that action at this time.
0 commit comments