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 @@ -61,7 +61,7 @@ if (test_branches.contains(env.BRANCH_NAME)) {
6161 clone_devicehive_docker()
6262 dir(' devicehive-docker/rdbms-image' ){
6363 writeFile file : ' .env' , text : """ COMPOSE_PROJECT_NAME=rpc
64- COMPOSE_FILE=docker-compose.yml:ci-images.yml:dh_proxy_custom_certificate.yml:dh_plugin.yml:dh_plugin-ci-image.yml
64+ COMPOSE_FILE=docker-compose.yml:ci-images.yml:dh_proxy_custom_certificate.yml:dh_plugin.yml:dh_plugin-ci-image.yml:cadvisor.yml
6565 DH_TAG=${ BRANCH_NAME}
6666 JWT_SECRET=devicehive
6767 DH_FE_SPRING_PROFILES_ACTIVE=rpc-client
@@ -89,7 +89,7 @@ if (test_branches.contains(env.BRANCH_NAME)) {
8989 clone_devicehive_docker()
9090 dir(' devicehive-docker/rdbms-image' ){
9191 writeFile file : ' .env' , text : """ COMPOSE_PROJECT_NAME=wsproxy
92- COMPOSE_FILE=docker-compose.yml:ci-images.yml:dh_proxy_custom_certificate.yml:dh_plugin.yml:dh_plugin-ci-image.yml
92+ COMPOSE_FILE=docker-compose.yml:ci-images.yml:dh_proxy_custom_certificate.yml:dh_plugin.yml:dh_plugin-ci-image.yml:cadvisor.yml
9393 DH_TAG=${ BRANCH_NAME}
9494 JWT_SECRET=devicehive
9595 """
You can’t perform that action at this time.
0 commit comments