Hello Everyone,
I have a slave machine running WebSphere, I use jenkins to start the server (calls startServer.bat) then runs a test then stops the server (stopServer.bat). I need to run jacoco code coverage on the server as well. I have set up the generic jvm arguments as "genericJvmArguments="-Xshareclasses:none -javaagent:C:\eclemma-2.3.2\jacocoagent.jar=output=tcpserver,port=12345,sessionid=9988".
Using Rational Application Developer I can use jacoco with websphere, what I do not know how to do it start the server with jacoco using the startServer.bat. Has anyone done this?