I am trying to build git project using icons script. 

Project Name = Sample
Jenkins Home =  Users/Uma/.jenkins

Workspace root = ${ITEM_ROOTDIR}/workspace/


Project Structure in Git : 
                                       — SConstruct 
                                       — Demo
                                           —  Files.cpp
                                           —  Files.hpp


Console Output:

  > git config core.sparsecheckout # timeout=10

 > git checkout -f 79d8e3a80aa4b114f72ad383f985028838f26ab0
 > git rev-list 79d8e3a80aa4b114f72ad383f985028838f26ab0 # timeout=10
No emails were triggered.
[workspace] $ scons -f /Users/Uma/.jenkins/jobs/Sample/workspace
FATAL: command execution failedjava.io.IOException 
<http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: Cannot run 
program "scons" (in directory "/Users/Uma/.jenkins/jobs/Sample/workspace"): 
error=2, No such file or directory
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) 
<http://stacktrace.jenkins-ci.org/search/?query=java.lang.ProcessBuilder.start&entity=method>
        at hudson.Proc$LocalProc.<init>(Proc.java:243) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.Proc$LocalProc.%3Cinit%3E&entity=method>
        at hudson.Proc$LocalProc.<init>(Proc.java:212) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.Proc$LocalProc.%3Cinit%3E&entity=method>
        at hudson.Launcher$LocalLauncher.launch(Launcher.java:815) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$LocalLauncher.launch&entity=method>
        at hudson.Launcher$ProcStarter.start(Launcher.java:381) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$ProcStarter.start&entity=method>



I can run “ scons under "/Users/Uma/.jenkins/jobs/Sample/workspace” with 
success.

What went wrong?


Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a30de1dc-29d1-4aa9-8d68-7b5af28f1596%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to