While running my existing Jenkins Project I am running into as seen in the screen shot as soon as i run the test
When I try executing the test using command line with the below command and I am able to run the tests -
C:\forecast\Jenkins\workspace\BVTDeployment\gradlew.bat clean integrationtest -DHTTP_HOST=%host% -D###_USER=%Username% -D###_PASS=%Password% -DintegrationTest.single=BVTDeployment
but when I do it through Jenkins I am still getting the same error as mentioned above.
Any leads will be helpful.