RE: Build using devenv.exe from Jenkins

2015-02-18 Thread Ginga, Dick
@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Anitha Kabil Raj Sent: Wednesday, February 18, 2015 12:13 AM To: jenkinsci-users@googlegroups.com Subject: Re: Build using devenv.exe from Jenkins Thanks for the suggestion. I tried using msbuild now. But there is there a way to get

Re: Build using devenv.exe from Jenkins

2015-02-18 Thread Anitha Kabil Raj
Thanks much Kelly. It worked. On Tuesday, 17 February 2015 18:02:47 UTC+5:30, kfhickel wrote: > In your script, add /useenv as an argument to devenv.exe. > > e.g.: instead of "devenv.exe proj.sln", you want to issue "devenv /useenv > proj.sln". > > -Kelly > > On Tuesday, February 17, 2015 at 5:3

Re: Build using devenv.exe from Jenkins

2015-02-17 Thread Anitha Kabil Raj
is what my steps look like: > > > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *kfhickel > *Sent:* Tuesday, February 17, 2015 7:33 AM > *To:* jenkins...@googlegroups.com > *Subject:* Re: Build using devenv.exe

RE: Build using devenv.exe from Jenkins

2015-02-17 Thread Ginga, Dick
using devenv.exe from Jenkins In your script, add /useenv as an argument to devenv.exe. e.g.: instead of "devenv.exe proj.sln", you want to issue "devenv /useenv proj.sln". -Kelly On Tuesday, February 17, 2015 at 5:32:29 AM UTC-6, Anitha Kabil Raj wrote: Hello Group, I have re

Re: Build using devenv.exe from Jenkins

2015-02-17 Thread kfhickel
In your script, add /useenv as an argument to devenv.exe. e.g.: instead of "devenv.exe proj.sln", you want to issue "devenv /useenv proj.sln". -Kelly On Tuesday, February 17, 2015 at 5:32:29 AM UTC-6, Anitha Kabil Raj wrote: > > Hello Group, > I have recently started using Jenkins for automatin

Build using devenv.exe from Jenkins

2015-02-17 Thread Anitha Kabil Raj
Hello Group, I have recently started using Jenkins for automating builds. I tried using MSBUILD plugin for building VC++ project using devnev.exe. I couldn't use it as the quotes around the configuration I was trying to build, "Release|Win32" was getting stripped. Is there any update available o