I am trying to run a bat file to start a server as follows:
cd c:\...\bin
call asadmin start-domain
This should start the server. It works great with command prompt, but it is not working when I am using the same commands with Jenkins
. It is a freestyle project.
When I run the build it says "attempting to the start domain..."
and then completes the build with status "success
", but the server is still not started.
I would be grateful, if someone could guide me in this regard.
Thank you in advance,
Fred