-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Jenkins 1.642, Robot Framework plugin 1.6.2
-
-
2.1.2
When trying to open Robot Framework log (or report) I get an error in my browser:
"...
Opening Robot Framework log failed
Verify that you have JavaScript enabled in your browser.
Make sure you are using a modern enough browser. Firefox 3.5, IE 8, or equivalent is required, newer browsers are recommended.
Check are there messages in your browser's JavaScript error log. Please report the problem if you suspect you have encountered a bug.
..."
I am using Firefox v. 43 where javascript.enabled is true.
EDIT:
Per danielbeck in this comment, a possible solution to study is used in Cucumber-plugin: https://github.com/jenkinsci/cucumber-reports-plugin/pull/66/files
- is duplicated by
-
JENKINS-32077 Javascript errors
-
- Closed
-
-
JENKINS-62027 I am unable to view the log.html or report.html file because of javascript error messages
-
- Closed
-
-
JENKINS-38338 Opening Robot Framework report failes
-
- Closed
-
- links to
[JENKINS-32118] Document Jenkins security settings so Robot Framework log/report can be opened
Component/s | New: robot-plugin [ 15773 ] | |
Component/s | Original: _unsorted [ 19622 ] |
Assignee | Original: Oleg Nenashev [ oleg_nenashev ] | New: jpiironen [ jpiironen ] |
Link |
New:
This issue duplicates |
Link |
New:
This issue is duplicated by |
Link |
Original:
This issue duplicates |
Comment |
[ hi guys. i am still facing this issue, after updating the java options, as suggested above: echo $JENKINS_JAVA_OPTIONS -Dhudson.model.DirectoryBrowserSupport.CSP="sandbox allow-scripts; default-src 'none'; img-src 'self' data: ; style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ;" any idea would be really appreciated. ] |
Assignee | Original: jpiironen [ jpiironen ] | New: Tarik Remous [ tarik_remous ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Comment |
[ For resolve your problem you must : - Connect on your jenkins url (http://[IP]:8080/) - Click on administer Jenkins - Click on consol jenkins - Copy this into the field and execute : {color:#d04437}_System.setProperty("hudson.model.DirectoryBrowserSupport.CSP","sandbox allow-scripts; default-src 'none'; img-src 'self' data: ; style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ;")_{color} ] |
Comment |
[ For resolve your problem you must : Connect on your jenkins url (http://[IP]:8080/) Click on administer Jenkins Click on consol jenkins Copy this into the field and execute : _{color:#d04437}*System.setProperty("hudson.model.DirectoryBrowserSupport.CSP","sandbox allow-scripts; default-src 'none'; img-src 'self' data: ; style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ;")*{color}_ ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |