Skip to content

Commit 9040e91

Browse files
committed
jenkins: start cAdvisor container on test nodes
1 parent febf53e commit 9040e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)