How to make Jenkins Blue Ocean UI display a link to Cucumber Reports?
18:34 16 Dec 2019

I have a Jenkins pipeline that uses the Cucumber Reports plugin. I integrated Jenkins with GitLab.

In GitLab, I can see if a specific commit passed the tests, and clicking on an icon I go to the pipeline that tested it. The Blue Ocean interface is displayed.

The problem is that I can't have a link from the Blue Ocean interface to my Cucumber Reports. I enter the classic interface and then click on the Cucumber reports link in the left column.

My end user is editing the tests and I'd like to spare them the understanding of Jenkins' inconsistent user interfaces.

Is it possible to put a link to the report from the Blue Ocean interface?

jenkins cucumber jenkins-pipeline jenkins-plugins