[JIRA] (JENKINS-43075) Anchore plugin compatibility in context mode, report fails due to missing javascript and css

2017-03-23 Thread swa...@anchore.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Swathi Gangisetty updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43075  
 
 
  Anchore plugin compatibility in context mode, report fails due to missing _javascript_ and css
 

  
 
 
 
 

 
Change By: 
 Swathi Gangisetty  
 
 
Summary: 
 Anchore plugin compatibility in context mode, report  does not load  fails  due to missing _javascript_ and css   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-43075) Anchore plugin compatibility in context mode, report fails due to missing javascript and css

2017-03-23 Thread swa...@anchore.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Swathi Gangisetty commented on  JENKINS-43075  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Anchore plugin compatibility in context mode, report fails due to missing _javascript_ and css
 

  
 
 
 
 

 
 Plan for reproducing the issue - Use Apache as a reverse proxy for Jenkins and configure the context path using the instructions on https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache. Yet to figure out how to do it if Jenkins master is running in a container.     
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-43075) Anchore plugin compatibility in context mode, report fails due to missing javascript and css

2017-03-23 Thread swa...@anchore.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Swathi Gangisetty commented on  JENKINS-43075  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Anchore plugin compatibility in context mode, report fails due to missing _javascript_ and css
 

  
 
 
 
 

 
 Plugin (index.jelly) references to static files (_javascript_ and css) are relative, changing them to absolute paths by prefixing them with resURL is a recommended practice - https://wiki.jenkins-ci.org/display/JENKINS/Basic+guide+to+Jelly+usage+in+Jenkins. The following commit may address this issue if it was caused by a failure to resolve paths.  https://github.com/jenkinsci/anchore-container-scanner-plugin/commit/e365fe3772e47f4cdc624b63a2d5a2ad138d5fdb 

 
commit e365fe3772e47f4cdc624b63a2d5a2ad138d5fdb
Author: Swathi Gangisetty 
Date:   Wed Mar 22 13:32:33 2017 -0700

Create absolute paths to static resources (css, js, images) using resURL prefix

Signed-off-by: Swathi Gangisetty 
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-43075) Anchore plugin compatibility in context mode, report fails due to missing javascript and css

2017-03-23 Thread swa...@anchore.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Swathi Gangisetty edited a comment on  JENKINS-43075  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Anchore plugin compatibility in context mode, report fails due to missing _javascript_ and css
 

  
 
 
 
 

 
 Plugin (index.jelly) references to static files (_javascript_ and css) are relative, changing them to absolute paths by prefixing them with {{resURL}} is a recommended practice - [https://wiki.jenkins-ci.org/display/JENKINS/Basic+guide+to+Jelly+usage+in+Jenkins.] The following commit may address this issue if it was caused by a failure to resolve paths.    Need to confirm [https://github.com/jenkinsci/anchore-container-scanner-plugin/commit/e365fe3772e47f4cdc624b63a2d5a2ad138d5fdb]  {noformat}commit e365fe3772e47f4cdc624b63a2d5a2ad138d5fdbAuthor: Swathi Gangisetty Date:   Wed Mar 22 13:32:33 2017 -0700Create absolute paths to static resources (css, js, images) using resURL prefixSigned-off-by: Swathi Gangisetty {noformat}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-43075) Anchore plugin compatibility in context mode, report fails due to missing javascript and css

2019-09-13 Thread swa...@anchore.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Swathi Gangisetty commented on  JENKINS-43075  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Anchore plugin compatibility in context mode, report fails due to missing _javascript_ and css
 

  
 
 
 
 

 
 Closing the ticket as the issue cannot be reproduced after the above commit  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.180185.1490290276000.3305.156839751%40Atlassian.JIRA.


[JIRA] (JENKINS-43075) Anchore plugin compatibility in context mode, report fails due to missing javascript and css

2019-09-13 Thread swa...@anchore.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Swathi Gangisetty resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43075  
 
 
  Anchore plugin compatibility in context mode, report fails due to missing _javascript_ and css
 

  
 
 
 
 

 
Change By: 
 Swathi Gangisetty  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.180185.1490290276000.3306.1568397060127%40Atlassian.JIRA.