Re: Blue Ocean link from a legacy build page shows 404 error

2018-09-06 Thread damien . coraboeuf
I've followed instructions at https://wiki.jenkins.io/display/JENKINS/Running+Jenkins+behind+Apache and in particular, I've set the following options: ProxyPass/ http://jenkins:8080/ Keepalive=On retry=1 timeout=6 nocanon ProxyPassReverse / http://jenkins:8080/ Keepalive

Re: Blue Ocean link from a legacy build page shows 404 error

2018-09-06 Thread damien . coraboeuf
I could not reproduce the issue when running with the same setup locally (we're defining the complete setup as code, so it's easy to reproduce locally). So I fear this has to do with some proxy settings. But on the proxy logs, nothing. On Thursday, September 6, 2018 at 8:29:13 AM UTC+2, George

Re: Blue Ocean link from a legacy build page shows 404 error

2018-09-05 Thread George Cimpoies
Tried to replicate the scenario but couldn't reproduce your issue, in my case it just opens the appropriate blue ocean section of the pipeline job. Using Jenkins ver. 2.130 . On Wed, Sep 5, 2018 at 9:02 PM wrote: > Hi, > > In version of Jenkins 2.121.3, with Blue Ocean 1.8.

Blue Ocean link from a legacy build page shows 404 error

2018-09-05 Thread damien . coraboeuf
Hi, In version of Jenkins 2.121.3, with Blue Ocean 1.8.2, I have the following behaviour: * from the Blue Ocean dashboard, I can navigate to a pipeline page * now using the legacy UI, I navigate to the same pipeline page, and then click on the "Open Blue Ocean" link - I get a 404 exception The