Re: InstallShield plugin usage

2015-03-10 Thread Anitha Kabil Raj
something? (Sorry never used the plugin so have no idea what the > user experience is :) ) > > Richard. > > On Wed, Mar 11, 2015 at 12:55 AM, Anitha Kabil Raj > wrote: > >> Hello All, >> >> I'm using InstallShield plugin to build my InstallShield project

InstallShield plugin usage

2015-03-10 Thread Anitha Kabil Raj
Hello All, I'm using InstallShield plugin to build my InstallShield project file (.ism). I have installed InstallShield software on a slave, and trying to build the project from the slave itself. I'm getting the following error. Everything works fine if I call IsCmdBld.exe from the windows batc

Re: get the console output of all the Phase used as part of multiplugin in a email

2015-03-01 Thread Anitha Kabil Raj
Were you able to get this done? I have a similar requirement. Thanks, Anitha On Friday, 10 October 2014 00:11:29 UTC+5:30, lp wrote: > HI, > > I am using the Jenkins v1.572. and multiplugin as i have around 5 > different phases in the project > > I am able to run the job successfully.As part of

Modifying e-mail content

2015-02-19 Thread Anitha Kabil Raj
Dear team, I'm trying to get the build result reflected in my e-mail body. I need to get the result of each build step from the log, and put it as the e-mail content. In pre-send script I understand that I need to have a groovy script that serves the purpose. Can anyone help me on this? Thanks, A

Re: Build using devenv.exe from Jenkins

2015-02-18 Thread Anitha Kabil Raj
> > 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 automating builds. I tried >> using MSBUILD plugin for building VC++ project using devnev.exe. I couldn't >> us

Re: Build using devenv.exe from Jenkins

2015-02-17 Thread Anitha Kabil Raj
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 1

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