Hi,
 
We have a slave which is on a different timezone 7 hours behind us.
When i run the job i get an immediate error

at hudson.FilePath.act(FilePath.java:847)
        at hudson.FilePath.act(FilePath.java:824)
        at hudson.FilePath.mkdirs(FilePath.java:962)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1306)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:679)
        at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:584)
        at hudson.model.Run.execute(Run.java:1516)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:236)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
        at hudson.remoting.Channel.send(Channel.java:493)
        at hudson.remoting.Request.call(Request.java:129)
        at hudson.remoting.Channel.call(Channel.java:664)
        at hudson.FilePath.act(FilePath.java:840)
        ... 10 more
Caused by: java.io.IOException
        at hudson.remoting.Channel.close(Channel.java:902)
        at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110)
        at hudson.remoting.PingThread.ping(PingThread.java:120)
        at hudson.remoting.PingThread.run(PingThread.java:81)
Caused by: java.util.concurrent.TimeoutException: Ping started on 1351131292792 
hasn't completed at 1351131532832

This happened after upgrading to 1.486.

Is there a way to fix this, to tell jenkins that the slave is on a different 
timezone ?

 
BR,
David
 

Reply via email to