Skip to content

Commit

Permalink
Improve documentation, removing more instances of 'slave' term. (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffret-b authored Oct 21, 2020
1 parent 4a31661 commit cd62200
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/inbound-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Part of the agent status page for inbound agents looks something like this:
This shows a couple of launch methods, but there are other mechanisms.
If you use a different mechanism than clicking the "Launch" button, this page contains parameters that you will need.
The long string of hex digits is a secret key that the client needs to establish the connection.
Depending on how you connect you may also need the agent name, "AgentName" in this example, or the (misnamed) jnlpUrl, "https://myjenkins.example.com/computer/AgentName/slave-agent.jnlp".
Depending on how you connect you may also need the agent name, "AgentName" in this example, or the (misnamed) jnlpUrl, "https://myjenkins.example.com/computer/AgentName/jenkins-agent.jnlp".

### "Launch" button
This is the only launch mechanism that actually uses JNLP.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/hudson/remoting/jnlp/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* Entry point to JNLP agent.
*
* <p>
* See also <tt>slave-agent.jnlp.jelly</tt> in the core.
* See also <tt>jenkins-agent.jnlp.jelly</tt> in the core.
*
* @author Kohsuke Kawaguchi
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/hudson/remoting/jnlp/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
*
* <p>
* This involves in getting the connection parameters through command line,
* which is provided from <tt>slave-agent.jnlp.jelly</tt> file in the core.
* which is provided from <tt>jenkins-agent.jnlp.jelly</tt> file in the core.
*/
package hudson.remoting.jnlp;

0 comments on commit cd62200

Please sign in to comment.