I'm currently trialling Continua CI (we are actively using Finalbuilder Server 7) and cannot get the Server to see the Agent Service that is running on the same machine.
The relevant services appear to be running and there are no errors I can see in the event viewer.
Is this a license issue? I thought a local agent was suppose to work without it. If it is can I apply for an evaluation license?
Not a licensing issue, a local agent should register and be authorised with the server automatically. Have a loo in the agents .config file (Continua.Agent.exe.config , you should see an entry like this :
Check that it lines up with the server’s settings [code]<endpoints port=“9000” serverHostName=“localhost” serverPort=“9000” serverSSHPort=“9010”/> [/code]