I am triggering pipeline2 from pipeline1. Inside jenkinsfile of pipeline1 I have something like the following
build job: 'pipeline2'
But this doesn't post the live logs of pipeline2 in pipeline1. Is there a way to post the live logs of the downstream job in upstream job console?