Hey, I have Jenkins Job that calls another job which is a pipeline. The pipeline itself calls again other jobs and performs different actions. Normally, I can see all the subprojects that have been built when I click on a build. This is not the case when a job calls a pipeline instead of another normal job. Then, I get the following output of a build:
When the same job calls a job (which in turn executes the same subprojects as the pipeline does) the section is filled with the correct information and links to the related subbuilds. Is this a bug of Jenkins or do I have to do something with the pipeline? In the log the subproject builds can be seen but they are just not shown after the build is complete. I am using the following environment: Jenkins ver. 2.10 openjdk version "1.8.0_91" OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14) OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) I hope you can help me out there and I chose the correct forum. Regards, Stefan -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/a768ba14-e25a-4298-b383-e471f5b173c6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
