Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: distfork-plugin
-
Labels:None
-
Similar Issues:
Description
when you run distfork with a label you do not know which node ran the command.
You can obtain this by looking at the CI syste, you are connecting to, but for very quick commands on a loaded system this is not simple,
Therefore when running - just print out "command started on xxxx" or the like...
Attachments
Issue Links
- duplicates
-
JENKINS-31304 distfork should print out the name of the node it is executing the build on.
-
- Closed
-
Code changed in jenkins
User: James Nord
Path:
src/main/java/hudson/plugins/distfork/DistForkCommand.java
src/test/java/hudson/plugins/distfork/DistForkCommandTest.java
http://jenkins-ci.org/commit/distfork-plugin/6889f3201c6d45327728b5ea991e54e5593a976c
Log:
[FIXED JENKINS-32648] log the name of the node.
When running print the name of the node that executes the remote command.