Issue Type: Bug Bug
Assignee: Unassigned
Attachments: build-pipeline-view-console-dialog.png, build-pipeline-view.png
Components: build-pipeline-plugin
Created: 05/Nov/14 11:05 PM
Description:

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:

Unable to render embedded object: File (attached-image.gif) not found.

gives:

Unable to render embedded object: File (attached-image.gif) not found.

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

fillDialog : function(href, title) {
		jQuery.fancybox({
			type: 'iframe',
			title: title,
			titlePosition: 'outside',
			href: '/' + href,
			transitionIn : 'elastic',
			transitionOut : 'elastic',
			width: '90%',
			height: '80%'
		});
	},
Environment: Jenkins version 1.580.1
Standalone (i.e. not run in container)
jdk1.7.0_07
build pipeline plugin version 1.4.4
server is redhat
client is windows firefox
Project: Jenkins
Priority: Major Major
Reporter: Simon
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