Closed david-mntl closed 4 years ago
I will try to analyze the issue reported by jenkins-ci above and update the PR.
It looks like the error presents in all previous CI executions, so it does not look like it was introduced by me. I ran the tests locally in windows environment and all of them succeed.
Hi @david-mntl, that's awesome! I'll review this PR tomorrow.
Thank you very much!
I implemented the fix for the issue #66. Now if the build is done on the slave then the source control folder (.git or .svn) will not be copied to master node and the diff will be done on the slave. The case, when the build is executed on the master node, is also handled properly.