[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-06-10 Thread ece...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Gomez commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
This issue is impacting the OpenDaylight project, from what I see here the proposed solutions are temporary workarounds that btw did not work in our environment. So any plan to fix this in the robot-plugin code?  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread mark....@mhudson.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Hudson commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
FWIW, Safari has the same issue. Another workaround is using wget or curl to grab the file onto another server, and view the log.html files there.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread selurv...@yandex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 selur vedu edited a comment on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 In my case this helped:I added {noformat}-Dhudson.model.DirectoryBrowserSupport.CSP=\"sandbox allow-scripts allow-same-origin; default-src 'none'; img-src 'self' data: ; style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ;\"{noformat}to  {{  $JENKINS_JAVA_OPTIONS }} .JFYI, this  is not a proper solution, just a workaround. It  weakens a security feature called Content Security Policy. You need to be sure that disabling it is suitable for you. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread selurv...@yandex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 selur vedu edited a comment on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 In my case this helped:I added {noformat}-Dhudson.model.DirectoryBrowserSupport.CSP=\"sandbox allow-scripts  allow-same-origin ; default-src 'none'; img-src 'self' data: ; style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ;\"{noformat}to $JENKINS_JAVA_OPTIONS.JFYI, this weakens a security feature called Content Security Policy. You need to be sure that disabling it is suitable for you. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread selurv...@yandex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 selur vedu commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
I just updated my answer, in essence, I added allow-same-origin after sandbox allow-scripts. That is needed to make report.html work properly in Chromium-based browsers (no test cases were shown in report.html). I think this should be in Tarik Remous's answer as well. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread selurv...@yandex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 selur vedu edited a comment on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 In my case this helped:I added {noformat}-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' ;\"{noformat}to $JENKINS_JAVA_OPTIONS. JFYI, this weakens a security feature called Content Security Policy. You need to be sure that disabling it is suitable for you. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread tarik.rem...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tarik Remous reopened an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32118 
 
 
 
  Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tarik Remous 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 Resolved Reopened 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
Tarik Remous As this undermines an important security feature, it cannot be more than a short to medium term workaround until the plugin is adapted in some way to handle it. Please reconsider your stance. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread tarik.rem...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tarik Remous commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
 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 : 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' ;")  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread tarik.rem...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tarik Remous updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32118 
 
 
 
  Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tarik Remous 
 
 
 

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} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread tarik.rem...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tarik Remous updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32118 
 
 
 
  Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tarik Remous 
 
 
 

Comment:
 
 For resolve your problem you must :Connect on your jenkins url (http://[IP]:8080/)Click on administer JenkinsClick on consol jenkinsCopy 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}_ 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread tarik.rem...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tarik Remous resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
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 : 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' ;") 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-32118 
 
 
 
  Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tarik Remous 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Assignee:
 
 jpiironen Tarik  Remous 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
   

[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-10 Thread tarik.rem...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tarik Remous commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
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 : 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' ;")
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-06 Thread zil...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Richard Zialhi updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32118 
 
 
 
  Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Richard Zialhi 
 
 
 

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.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-05-06 Thread zil...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Richard Zialhi commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
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.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-04-22 Thread echol...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Yang Li edited a comment on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 same issue, any updates on this?  I am using Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014 x86_64 x86_64 x86_64 GNU/LinuxJenkins 2.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-04-22 Thread echol...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Yang Li commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
same issue, any updates on this? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-04-08 Thread jenkins...@blakemitchell.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Blake MItchell commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
Thank you selur vedu, your work around works for me. But I always get nervous disabling security features, even for private sites behind a firewall. Is there a better long term solution for this issues, will the robot framework people need to be involved? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-01-22 Thread selurv...@yandex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 selur vedu commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
In my case this helped: 
I added  

 
-Dhudson.model.DirectoryBrowserSupport.CSP=\"sandbox; default-src 'none'; img-src 'self' data: ; style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ;\"
 

 
to $JENKINS_JAVA_OPTIONS. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-01-22 Thread selurv...@yandex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 selur vedu edited a comment on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 In my case this helped:I added {noformat}-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' ;\"{noformat}to $JENKINS_JAVA_OPTIONS. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-01-18 Thread tapio.reijo...@vaisala.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tapio Reijonen commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
Same thing here, and -Dhudson.model.DirectoryBrowserSupport.CSP= temporary solve the problem 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-01-13 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck edited a comment on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 Well, that one has only four watchers compared to 12 here, Resolved the other issue  and  no workaround/explanation, while  referred users back to  this one  has .  So closing as duplicate in the other direction would have been more helpful… 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-01-06 Thread jove...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jhonny Peppy commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
Same issue from Jenkins ver. 1.643. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2016-01-04 Thread dms.jonat...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bob Lafortune commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
Has suggested by the links provided, I was able to get around the issue by adding: java -Dhudson.model.DirectoryBrowserSupport.CSP= -jar jenkins.war 
In my service startup file. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2015-12-31 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
This is likely a result of the security content in Jenkins 1.625.3 and 1.641: 
https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-12-09 https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2015-12-30 Thread ale...@margasov.ru (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexei Margasov commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
The bug appeared after I updated version jenkins from 1.616 to 1.625.3 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2015-12-30 Thread gui...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Zeebee Z commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
On my chrome, 47.0.2526.106 m, the same bug  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2015-12-22 Thread dms.jonat...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bob Lafortune commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
Same thing here 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2015-12-18 Thread turturiellomart...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 martino tu commented on  JENKINS-32118 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 
 
Same issue for me. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2015-12-17 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev assigned an issue to jpiironen 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32118 
 
 
 
  Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oleg Nenashev 
 
 
 

Assignee:
 
 Oleg Nenashev jpiironen 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [robot-plugin] (JENKINS-32118) Opening Robot Framework log failed

2015-12-17 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32118 
 
 
 
  Opening Robot Framework log failed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oleg Nenashev 
 
 
 

Component/s:
 
 robot-plugin 
 
 
 

Component/s:
 
 _unsorted 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.