I have a Jenkin's master with multiple slave setup. Is it possible to display the slave name in the main job's console output?
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 One thing I believe that is missing in the current main job's console output is the result of the touchstone build (jdk6 in my case), e.g. test_el6_gcc4.4_nightly » *jdk6*,el6 completed on slaveMachine1 with result SUCCESS Regards, Neon -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ad52e32b-6239-4380-8599-0533c277a52d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
