minor update to docs.
This commit is contained in:
parent
be3e6b7c4a
commit
537579a567
@ -75,11 +75,16 @@
|
||||
agent ws{{.secure}}://{{.host}}/agent/ID
|
||||
</pre>
|
||||
<p>
|
||||
Above, ID is a unique id
|
||||
for the job. This should not conflict with other ids.
|
||||
Above, ID is a unique id for the job, the so-called rendez-cous ID. This should not conflict with IDs
|
||||
used by other agents. The ID is used for a rendez-vous beetween the end-user on a local system and
|
||||
the continuous integration job running on a build agent.
|
||||
|
||||
This connects the agent to the converge server. Clients can now connect to the Converge
|
||||
server to establish a connection to the CI job through converge.
|
||||
server to establish a connection to the CI job through converge. Communication between
|
||||
end-user and agent is encrypted using SSH and the rendez-vous server is unable to
|
||||
read the contents. The rendez-vous server is nothing more then a glorified bit pipe,
|
||||
simply transferring data between end-user SSH client and the agent which runs an
|
||||
embedded SSH server.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user