doc updates.
This commit is contained in:
parent
1c9dec8690
commit
78b55fd063
@ -68,16 +68,17 @@
|
|||||||
# linux
|
# linux
|
||||||
curl http{{.secure}}://{{.host}}/docs/agent > agent
|
curl http{{.secure}}://{{.host}}/docs/agent > agent
|
||||||
chmod 755 agent
|
chmod 755 agent
|
||||||
./agent -id ID ws{{.secure}}://{{.host}}
|
./agent --id ID ws{{.secure}}://{{.host}}
|
||||||
|
|
||||||
# windows
|
# windows
|
||||||
curl http{{.secure}}://{{.host}}/docs/agent.exe > agent.exe
|
curl http{{.secure}}://{{.host}}/docs/agent.exe > agent.exe
|
||||||
agent -id ID ws{{.secure}}://{{.host}}
|
agent --id ID ws{{.secure}}://{{.host}}
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
Above, ID is a unique id for the job, the so-called rendez-cous ID. This should not conflict with 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 between the end-user on a local system and
|
used by other agents. The ID is used for a rendez-vous between the end-user on a local system and
|
||||||
the continuous integration job running on a build agent.
|
the continuous integration job running on a build agent. If you don't specify an id, a random
|
||||||
|
id will be generated.
|
||||||
|
|
||||||
The agent to the converge server and tells it the ID. Clients can now connect to the Converge
|
The agent to the converge server and tells it the ID. Clients can now connect to the Converge
|
||||||
server to establish a connection to the CI job through converge by also specifying the same
|
server to establish a connection to the CI job through converge by also specifying the same
|
||||||
|
Loading…
Reference in New Issue
Block a user