As far as I'm aware off, the run of each 'job/pipeline' is independent
therefore all the stages, in any downstream* job, won't be shown in the
upstream job unfortunately. The only way I'm aware of, is using a shared
library/pipeline to call the same steps that the downstream job runs.
*** aka a
Are you using a Jenkinsfile or are you doing this in the Jenkins job config
page?
On Tuesday, November 13, 2018 at 12:56:57 AM UTC-5, Akshay Paturkar wrote:
>
> Hi All,
> i am trying to call job from another job and able to do it by following
> below instructions .
> https://jenkins.io/doc/pipel
Hi All,
i am trying to call job from another job and able to do it by following
below instructions .
https://jenkins.io/doc/pipeline/steps/pipeline-build-step/
But I am not able to see stages executed under called job.
how do we enable stages of called job to be displayed under build job stage
?