Skip to content

Commit

Permalink
Jenkins!
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Apr 22, 2015
1 parent 9ac4d6d commit 2b6a021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/hudson/remoting/Engine.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ public void run() {
private final EngineListenerSplitter events = new EngineListenerSplitter();

/**
* To make Hudson more graceful against user error,
* JNLP agent can try to connect to multiple possible Hudson URLs.
* To make Jenkins more graceful against user error,
* JNLP agent can try to connect to multiple possible Jenkins URLs.
* This field specifies those candidate URLs, such as
* "http://foo.bar/hudson/".
* "http://foo.bar/jenkins/".
*/
private List<URL> candidateUrls;

Expand Down

0 comments on commit 2b6a021

Please sign in to comment.