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