Skip to content

Commit

Permalink
Merge pull request #262 from pvtuan10/JENKINS-49618/display-agent-ver…
Browse files Browse the repository at this point in the history
…sion

[JENKINS-49618] - Display Remoting version in the agent log when starting up the agent
  • Loading branch information
rysteboe committed Mar 12, 2018
2 parents a4d2a3c + 30ee993 commit 9dd1cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/hudson/remoting/Engine.java
Expand Up @@ -232,6 +232,7 @@ public synchronized void startEngine() throws IOException {
* This method can be used for testing startup logic.
*/
/*package*/ void startEngine(boolean dryRun) throws IOException {
LOGGER.log(Level.INFO, "Using Remoting version: {0}", Launcher.VERSION);
@CheckForNull File jarCacheDirectory = null;

// Prepare the working directory if required
Expand Down

0 comments on commit 9dd1cb5

Please sign in to comment.