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 f10afdb commit a7b4e29Copy full SHA for a7b4e29
Jenkinsfile
@@ -123,7 +123,7 @@ pipeline {
123
agent { label 'nodeclientpool' }
124
steps {
125
runAuditReport()
126
- runDockerCompose('ml-docker-db-dev-tierpoint.bed-artifactory.bedford.progress.com/marklogic/marklogic-server-ubi:latest-12')
+ runDockerCompose('progressofficial/marklogic-db:latest-11')
127
runTests()
128
// Turning these off while debugging
129
// runE2ETests()
0 commit comments