diff options
author | vrvarma <vikas.varma@att.com> | 2020-03-25 00:47:00 -0400 |
---|---|---|
committer | vrvarma <vikas.varma@att.com> | 2020-03-26 00:44:57 -0400 |
commit | 5debbd92e089afe66915ecd42f80216dfa7c8f5f (patch) | |
tree | 728285a3393406d4bb6bed339f9b888d114f6803 /cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh | |
parent | ca83b540eea5b5c87647d93020e6d2f733455100 (diff) |
Fix optf-cmso clm and sonar reports
Change-Id: I9a818d717667290c8794ed055191fc24adedb68b
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-694
Diffstat (limited to 'cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh')
-rwxr-xr-x | cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh b/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh index f049e5c..6bd100f 100755 --- a/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh +++ b/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh @@ -2,9 +2,9 @@ apt update apt install wget apt install unzip --assume-yes -wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.jar -unzip org.jacoco.agent-0.8.2.jar -cp org.jacoco.agent-0.8.2/jacocoagent.jar . +wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.jar +unzip org.jacoco.agent-0.8.5.jar +cp org.jacoco.agent-0.8.5/jacocoagent.jar . ls -l VM_ARGS="${VM_ARGS} -javaagent:./jacocoagent.jar=destfile=/share/logs/service.jacoco.exec,dumponexit=true,jmx=true,append=true,output=file,includes=org.onap.*" |