Issue Type: Improvement Improvement
Assignee: Unassigned
Components: core
Created: 27/Feb/15 1:46 PM
Description:

I have a Jenkin's master with multiple slave setup.
I would like to have the main job's console output to include the slave name where jobs are executed.

e.g. Currently in Jenkins ver. 1.580.3 the main output of my Multi-configuration project look like something below:

====================
Started by an SCM change
Building on master in workspace /var/lib/jenkins/jobs/test_el6_gcc4.4_nightly/workspace
...
No emails were triggered.
Triggering test_el6_gcc4.4_nightly » jdk6,el6
Triggering test_el6_gcc4.4_nightly » jdk8,el6
Triggering test_el6_gcc4.4_nightly » jdk7,el6
Triggering test_el6_gcc4.4_nightly » openjdk7,el6
Triggering test_el6_gcc4.4_nightly » openjdk6,el6
test_el6_gcc4.4_nightly » jdk8,el6 completed with result SUCCESS
test_el6_gcc4.4_nightly » jdk7,el6 completed with result SUCCESS
test_el6_gcc4.4_nightly » openjdk7,el6 completed with result SUCCESS
test_el6_gcc4.4_nightly » openjdk6,el6 completed with result SUCCESS
...
Finished: SUCCESS
====================

I would like it to be something like this
...
Triggering test_el6_gcc4.4_nightly » openjdk6,el6
test_el6_gcc4.4_nightly » jdk8,el6 completed on slaveMachine1 with result SUCCESS
test_el6_gcc4.4_nightly » jdk7,el6 completed on slaveMachine2 with result SUCCESS
test_el6_gcc4.4_nightly » openjdk7,el6 completed on slaveMachine3 with result SUCCESS
test_el6_gcc4.4_nightly » openjdk6,el6 completed on slaveMachine1 with result SUCCESS
...

e.g. on the success or failure result line, it should include the slave name

Environment: Jenkins ver. 1.580.3 on CentOS 6.6
Project: Jenkins
Priority: Minor Minor
Reporter: Neon Ngo
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to