We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5818b49 commit ce27ad8Copy full SHA for ce27ad8
Jenkinsfile
@@ -294,25 +294,5 @@ pipeline {
294
}
295
296
297
-
298
- stage('regressions-10') {
299
- when {
300
- allOf {
301
- branch 'develop'
302
- expression { return params.regressions }
303
- }
304
305
- steps {
306
- runTests("ml-docker-db-dev-tierpoint.bed-artifactory.bedford.progress.com/marklogic/marklogic-server-ubi:latest-10")
307
308
- post {
309
- always {
310
- junit '**/build/**/TEST*.xml'
311
- updateWorkspacePermissions()
312
- tearDownDocker()
313
314
315
316
317
318
0 commit comments