Nicolas Terray (nterray)2016-11-26 09:07Status changed from Acknowledged to ClosedClose date set to 2016-11-26
Nicolas Terray (nterray)2016-11-26 09:03 last edited by: Nicolas Terray (nterray) 2016-11-26 09:07 The empty iframe is a security protection used by browsers to prevent clickjacking. You may try to configure your jenkins webserver to provide the X-Frame-Options HTTP header, as stated in https://tools.ietf.org/html/rfc7034, so that it permits the display of its content in an iframe. EDIT: closing this request as the original request (add a job) is resolved. Discussion of empty iframes started in request #9679.
Kelly Ferrone (kferrone)2016-11-25 23:38 Hey I'm having a similar issue with the missing iFrame. Did you figure out the issue?
Cellprothera (cpt)2016-05-24 10:05Attachments empty-iframe.jpg addedBy Cellprothera (cpt)(138 kB)empty-iframe.jpgiframe is empty
Cellprothera (cpt)2016-05-24 10:03 Thank, See result : Authentication required Result : <!-- You are authenticated as: anonymous Groups that you are in: Permission you need to have (but didn't): hudson.model.Hudson.Read ... which is implied by: hudson.security.Permission.GenericRead ... which is implied by: hudson.model.Hudson.Administer --> With this kind of url it's better : http://user:apiToken@jenkins.url.com/job/your_job/ but when I click on job name the iframe displayed is empty. Url used on iframe is "http://192.168.110.70:8080/job/test/" without authenticate parameters.
Thomas Gerbet (tgerbet)2016-05-23 11:44 Hello, From the Tuleap server are you able to access your Jenkins server? From a shell on the Tuleap server, what's the result of the following command: curl http://192.168.110.70:8080/job/test/api/xml Status changed from New to Acknowledged