Re: Unable To execute SCons script in jenkins

2016-10-16 Thread Umamaheswari G
Hi Rachel, Thanks a lot. It finally works with Executing shell script option. Regards Uma On Sat, Oct 15, 2016 at 3:36 PM, Rachel wrote: > Hi Uma, > > Congrats! Jenkins executed scons command! But you might choose only an > option between these ones: > >- *Use Scons Plugin* configuring opt

Re: Unable To execute SCons script in jenkins

2016-10-14 Thread Umamaheswari G
Hi Rachel, Thanks for the help. It does work. Following is the console output. [workspace] $ scons -f "scons -f /Users/Uma/.jenkins/jobs/Sample/workspace" scons: Reading SConscript files ... scons: warning: Ignoring missing SConscript 'scons -f /Users/Uma/.jenkins/Sample/New/workspace' Fi

Re: Unable To execute SCons script in jenkins

2016-10-13 Thread Umamaheswari G
Hi, I have tried removing the build step in my project->configure->Build. Now the console output is Started by user Administrator Building in workspace /Users/Shared/Jenkins/Home/workspace/TestProject > git rev-parse --is-inside-work-tree # timeout=10 Fetchi

Re: Unable To execute SCons script in jenkins

2016-10-12 Thread Umamaheswari G
Hi, Thanks for the reply Where can I set env variable for scons path? I have tried setting Jenkins -> Manage Jetkins -> configure System -> Global Properties -> Environment Variable : Name = PATH Value = /usr/local/bin/scons It does not seems to be work. regards On Wed, Oct 12, 2016 at 6:1