Hello, I started the slave via the master and everything is OK. I can see the master deploying the necessary jar and waiting.
When I submit my job on the slave, a ssh communication occurs because the directory of the job is correctly created. But right after this, an error is printed. Here is the message I've got: Started by user anonymous <http://192.168.0.3:8081/user/null> [EnvInject] - Loading node environment variables. Building remotely on Compilation Debian 6 64 bits - 2 <http://192.168.0.3:8081/computer/Compilation%20Debian%206%2064%20bits%20-%202> in workspace /home/admin/jenkins/workspace/TESTLinux hudson.util.IOException2: remote file operation failed: /home/admin/jenkins/workspace/TESTLinux at hudson.remoting.Channel@1cc380ca:Compilation Debian 6 64 bits - 2 at hudson.FilePath.act(FilePath.java:905) at hudson.FilePath.act(FilePath.java:882) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:743) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:685) at hudson.model.AbstractProject.checkout(AbstractProject.java:1408) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) at hudson.model.Run.execute(Run.java:1603) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:247) Caused by: java.io.IOException: Remote call on Compilation Debian 6 64 bits - 2 failed at hudson.remoting.Channel.call(Channel.java:723) at hudson.FilePath.act(FilePath.java:898) ... 11 more Caused by: java.lang.NoClassDefFoundError: jenkins.model.Jenkins at hudson.scm.SubversionSCM.createDefaultSVNOptions(SubversionSCM.java:844) at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:834) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:766) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2417) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:662) Archiving artifacts Finished: FAILURE If I start everything using a ssh command (the svn checkout + the build) the project builds fine. YC -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
