File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -256,24 +256,25 @@ pipeline {
256256 }
257257 }
258258
259- stage(' regressions-12-reverseProxy' ) {
260- when {
261- allOf {
262- branch ' develop'
263- expression {return params. regressions}
264- }
265- }
266- steps {
267- runTestsWithReverseProxy(" ml-docker-db-dev-tierpoint.bed-artifactory.bedford.progress.com/marklogic/marklogic-server-ubi:latest-12" )
268- }
269- post {
270- always {
271- junit ' **/build/**/TEST*.xml'
272- updateWorkspacePermissions()
273- tearDownDocker()
274- }
275- }
276- }
259+ // Latest run had 87 errors, which have been added to MLE-24523 for later research.
260+ // stage('regressions-12-reverseProxy') {
261+ // when {
262+ // allOf {
263+ // branch 'develop'
264+ // expression {return params.regressions}
265+ // }
266+ // }
267+ // steps {
268+ // runTestsWithReverseProxy("ml-docker-db-dev-tierpoint.bed-artifactory.bedford.progress.com/marklogic/marklogic-server-ubi:latest-12")
269+ // }
270+ // post {
271+ // always {
272+ // junit '**/build/**/TEST*.xml'
273+ // updateWorkspacePermissions()
274+ // tearDownDocker()
275+ // }
276+ // }
277+ // }
277278
278279 stage(' regressions-12' ) {
279280 when {
You can’t perform that action at this time.
0 commit comments