File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pipeline {
4141 script {
4242 docker. withRegistry(p[' docker.proxy.registry' ], p[' docker.proxy.credentials' ]) {
4343 docker. image(p[' docker.java.main.image' ]). inside(p[' docker.java.inside.docker' ]) {
44- sh " PROFILE=all-dbs JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/test.sh"
44+ sh " PROFILE=ci JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/test.sh"
4545 sh " JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/clean.sh"
4646 }
4747 }
@@ -72,7 +72,7 @@ pipeline {
7272 script {
7373 docker. withRegistry(p[' docker.proxy.registry' ], p[' docker.proxy.credentials' ]) {
7474 docker. image(p[' docker.java.next.image' ]). inside(p[' docker.java.inside.docker' ]) {
75- sh " PROFILE=all-dbs JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/test.sh"
75+ sh " PROFILE=ci JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/test.sh"
7676 sh " JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/clean.sh"
7777 }
7878 }
You can’t perform that action at this time.
0 commit comments