I have a MultiJob Project with 3 inner jobs which needs to be executed in the following sequence
Master MultiJob Project (Job)
|----- Phase 1
|------> JOB A
|----- Phase 2
|------> JOB B
|----- Phase 2
|------> JOB C
When Job C ends, the Master Multi-Job Project (Job) will send a mail which contains the status of the master job
But the Mail content would like to be as below:
Job A: Build number #1 SUCCESS Console output: <console link>
Job B: Build number #1 FAILED Console output: <console link>
Job C: Build number #1 SUCCESS Console output: <console link>
in Post build Action i have selected the Editable Email notification