[JIRA] (JENKINS-36132) Failed to display file source for resharper analysis: Copying the source file from the workspace to the build folder on the Jenkins master failed.

2017-01-27 Thread robert.s...@zf.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Smid commented on  JENKINS-36132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to display file source for resharper analysis: Copying the source file from the workspace to the build folder on the Jenkins master failed.   
 

  
 
 
 
 

 
 Now i found the difference, i manually changed the log file from src/idr_libthmdl.c:162:1: Info 830: Location cited in prior message to src/idr_libthmdl.c(162:1): Info 830: Location cited in prior message and it works, so it is up to me 1) find another parser or 2) prepare own parser or 3) discuss with department that is responsible for tool creating warnings if it is configureable somehow Thanks for help Robert  
 

  
 
 
 
 

 
 
 

 
 
 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-36132) Failed to display file source for resharper analysis: Copying the source file from the workspace to the build folder on the Jenkins master failed.

2017-01-26 Thread robert.s...@zf.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Smid commented on  JENKINS-36132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to display file source for resharper analysis: Copying the source file from the workspace to the build folder on the Jenkins master failed.   
 

  
 
 
 
 

 
 Sorry, i thought main goal is that main goal is copying source files from workspace to the build folder. Do i have to start another issue? Here is part of log file: src/idr_libthmdl.c:162:1: Info 830: Location cited in prior message src/idr_libthmdl.c:289:1: Info 818: Pointer parameter 'f_struct10ms_p' (line 238) could be declared as pointing to const [MISRA 2012 Rule 8.13, advisory] src\idr_libthmdl.c:238:1: Info 830: Location cited in prior message I use Warnings plugin, pc-lint parser I do not know what tool creates this warnings, i do not have control over building process, it is black box for me, i just triggering omakes and collect results in Jenkins. But the message format looks ok to me  
 

  
 
 
 
 

 
 
 

 
 
 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-36132) Failed to display file source for resharper analysis: Copying the source file from the workspace to the build folder on the Jenkins master failed.

2017-01-26 Thread robert.s...@zf.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Smid commented on  JENKINS-36132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to display file source for resharper analysis: Copying the source file from the workspace to the build folder on the Jenkins master failed.   
 

  
 
 
 
 

 
 Hello, yes that file is there twice. First (and correctly i expect) it was only in src folder, but later (as one of my tries/test) i put it at the top level, but it does not help.  
 

  
 
 
 
 

 
 
 

 
 
 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-36132) Failed to display file source for resharper analysis: Copying the source file from the workspace to the build folder on the Jenkins master failed.

2017-01-25 Thread robert.s...@zf.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Smid commented on  JENKINS-36132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to display file source for resharper analysis: Copying the source file from the workspace to the build folder on the Jenkins master failed.   
 

  
 
 
 
 

 
  LinkProblem.docx  I have same problem, In attachment, you can see content of workspace - it contains one log file to parse by PC-Lint (Warnings) parser and source code file (pics 1,2). Link in log file - pic 3 I get error when i try to look at the source code - pic 4 - Failed to copy sourc file to workspace pic 5 - this is the problem i think (as Nicolas mentioned), the expected directory is $JENKINS_HOME/jobs/[job-name]/workspace, but in Jenkins, workspace can be found here: $JENKINS_HOME/workspace/[job-name]   
 

  
 
 
 
 

 
 
 

 
 
 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-36132) Failed to display file source for resharper analysis: Copying the source file from the workspace to the build folder on the Jenkins master failed.

2017-01-25 Thread robert.s...@zf.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Smid updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36132  
 
 
  Failed to display file source for resharper analysis: Copying the source file from the workspace to the build folder on the Jenkins master failed.   
 

  
 
 
 
 

 
Change By: 
 Robert Smid  
 
 
Attachment: 
 LinkProblem.docx  
 

  
 
 
 
 

 
 
 

 
 
 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.