Re: Jenkins with Cppcheck plugin in a Windows / Visual Studio environment

2013-11-16 Thread Grey
Hey, Sorry for the late reply, i've been suprisingly busy for a while! I use this plugin: https://wiki.jenkins-ci.org/display/JENKINS/MSBuild+Plugin it has dropdown lists to build a project, though you can only add one project to the list at a time, so you have to create many entries in the b

Re: Jenkins with Cppcheck plugin in a Windows / Visual Studio environment

2013-11-07 Thread Grey
Alright so, I've actually never written shell scripts before (as I said i'm new to this whole procedure :) ) It looks like I've got some learning and research to do, but in a nutshell is this how it's supposed to work? Have a shell script to do whatever (build projects etc) In that script, I wi

Re: Jenkins with Cppcheck plugin in a Windows / Visual Studio environment

2013-11-07 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Yes, that's essentially right. How are you executing MSBUILD in your project now, if you aren't using an 'Execute Shell' build step? - Original Message - From: staeton.g...@gmail.com To: jenkinsci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: Nov 7 2013 11:05:22 A

Jenkins with Cppcheck plugin in a Windows / Visual Studio environment

2013-11-06 Thread Grey
Hey all, I am a new user to Jenkins and so far had no issues with using some plugins and building my VS C++ projects. I am trying to set it up to use cppcheck for the builds, I "thought" I set it up correctly, but I basically get this: No valid cppcheck data available This plugin will not repo