[JIRA] (JENKINS-37431) there is no way to specify Questa environment for vrun as Post-build Action

2016-08-15 Thread kikutani.mak...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Makoto Kikutani commented on  JENKINS-37431  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: there is no way to specify Questa environment for vrun as Post-build Action   
 

  
 
 
 
 

 
 A possible workaround for this issue is using a wrapper for vrun. % cat /opt/mentor/questa-10.5c/questasim/bin/vrun_wrapper #!/bin/sh module load questa/10.5c  vrun and you put the full path of this wrapper in Path to Questa VRM Executable. It seems almost working, but I saw a strange error. [ERROR]: Vcover executable '/opt/mentor/questa-10.5c/questasim/bin/vcover_wrapper' not found. Returning empty coverage results. Recording finished. Build step 'Publish Questa VRM Regression Results' changed build result to UNSTABLE Finished: UNSTABLE  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37431) there is no way to specify Questa environment for vrun as Post-build Action

2016-08-15 Thread kikutani.mak...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Makoto Kikutani created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37431  
 
 
  there is no way to specify Questa environment for vrun as Post-build Action   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Questa Vrm  
 
 
Components: 
 mentor-questa-vrm-plugin  
 
 
Created: 
 2016/Aug/16 3:15 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Makoto Kikutani  
 

  
 
 
 
 

 
 Although help message says "Set path to Questa VRM executable. This can be just "vrun" or a complete path. ", it seems Jenkins process needs to have the complete environment of Questa. Even if you specify the full path of vrun, it is not sufficient because you need also the license environment. If Jenkins process has to have the complete environment of Questa, you cannot easily switch Questa version. This is very inconvenient. We need a Post-build Action field like execute shell for build.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment