Jenkins issues calling a project that connects to a remote SQL DB

789 Views Asked by At

I am running Jenkins 1.615 on windows 2008 R2 server. I have a few projects that connect to a remote database (to set various user accounts to expire for example) before the test starts. I keep seeing connection issues to the DB when the program is called in the jenkins console, however when I run the program on the system as administrator it works fine. Is there a plugin I need for my program (that connects to a remote database (that is being called by jenkins). Mainly my .NET clients that I wrote connect to various microsoft sql databases. The documentation on this in jenkins is vague but points to the case where you want to have jenkins update an internal database for reporting. Thanks

0

There are 0 best solutions below