Change By: Simon (05/Nov/14 11:08 PM)
Environment: Jenkins version 1.580.1
Standalone (i.e. not run in container)
jdk1.7.0_07
build pipeline
 view  plugin version 1.4.4
server is redhat
client is windows firefox
Description: This issue started happening after upgrading from version 1.4.3 to 1.4.4 of the build-pipeline-view plugin

In the pipeline view, when I click on the console icon on one of the builds the dialog displays a "Server not found" error.

In pictures: clicking on the console button:

!
attached build - image pipeline-view . gif png !

gives:

!
attached build - image pipeline-view-console-dialog . gif png !

I debugged the issue and discovered the cause was a '/' added to the href.  This is done in line 105 of build-pipeline.js:

{code}
fillDialog : function(href, title) {
jQuery.fancybox({
type: 'iframe',
title: title,
titlePosition: 'outside',
href: '/' + href,
transitionIn : 'elastic',
transitionOut : 'elastic',
width: '90%',
height: '80%'
});
},
{code}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to