On 07. april 2014 11:48, Glenn Halstead wrote:
> Hi folks,
> 
> We upgraded Jenkins to version 1.557.  We were on 1.554 afaik.  I had
> html pages from job archives displayed in view using an iframe.  These
> are no longer displayed.  An example of the code I used in the view is
> below:
> 
> <STYLE>#frame { width: 1200px; height: 650px; border: 0px; }</STYLE>
> <iframe id="frame"
> src="job/__TCHarvester_Summary_Report/lastSuccessfulBuild/artifact/JenkinsUtils/folders.summary.html"></iframe>
> 
> Has anyone else seen similar issues?
> 

Hi,
we had the same issue.
For a solution that showed webpages from our Jenkins master in a frame,
we used the plugin
https://wiki.jenkins-ci.org/display/JENKINS/XFrame+Filter+Plugin to
solve the problem.

On the config for the plugin we added
ALLOW-FROM http://server.that-requests.com/

But we also have the problem where we have an iframe in the description
of a project at the Jenkins master. Which I guess is more in the same
problem that you have.

We have not solved that problem yet :-(

Per A.




-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" 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