Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The agent is running an older version than the Continua Server and it is no longer compatible with the server. Builds will no longer work on this agent until it is upgraded to the same version as the server. An agent will only become incompatible if a later release includes changes to the agent code as well as the server.

My Remote Agent does not have access to the server via UNC or SSH

This incompatibilty occurs when the agent can communicate with server but the server cannot communicate with the agent. The only time an agent talks to the server is to register itself to tell that server that it is still online. All other communication originates from the server and the server tells the agent to do things.

Check that your firewall is configured correctly so that all incoming and outgoing ports are allowed. Our Networking and Security page has more information regarding default ports and which ports need to be allowed on both the agent and the server.

If Continua CI is using its default ports then your server and agent firewall will need to be configured to allow the following ports:

Server

  • Incoming:9000
  • Outgoing:9002

Agent

  • Incoming: 9002
  • Outgoing:9000

Agent Conditions

Conditions allow you to define rules that restrict when an agent can be used to execute a build. Check out the Agent Conditions page for more information.

...