Code changed in jenkins
User: Michal Turek
Path:
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/CppcheckSource.java
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/model/CppcheckWorkspaceFile.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckPublisher.java
http://jenkins-ci.org/commit/cppcheck-plugin/2afb683d4dd0ccac5b752438c73ef904d5bfb247
Log:
JENKINS-22114 CPPCheck - when looking at the source code of an error - the latest source is used

  • The files with source code were copied to the build directory only for builds on slave machine. Builds on master didn't copied any file and workspace files (with all updates) were shown for historical builds too. The code updated to always copy all neccessary files to the build directory to provide the current code even after it is updated in future.
  • Code for displaying of latest workspace files is still present, it is mainly for backward compatibility.
  • Condition "if directory doesn't exist, delete and create it" fixed - unneccessary/incorrect delete part removed.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
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.

Reply via email to