-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.236 in Docker
After updating blue-ocean from 1.21.0 to 1.24.3, few of my jobs (scripted multibranch pipeline) does not shows the pipeline but only the console output.
After doing some debug, found there's difference on `ExtentionPoint` for `jenkins-pipeline-karaoke-pipeline-provider`.
The successfull one (which shows pipeline in blue ocean) has an `ExtentionPoint` as `jenkins-pipeline-run-result`, which is absent for unsuccessfull one.
While checking the difference between releases, found the commit which may cause the issue,
the commit is - https://github.com/jenkinsci/blueocean-plugin/commit/2c4659b98202f5f5994bcb5117cbcc39f48491e5
It may probably the response to blue ocean is quite late, thus causes the problem, as from browser it can be seen the build steps are loaded.