Agent fails to download Amazon S3 artifacts using pipeline-aws-plugin

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Jenkins slave connected via an ssh hangs on downloading Amazon S3 artifacts using s3Download feature of pipeline-aws-plugin (Pipeline: AWS Steps). As a result build finishes as aborted as the timeout specified for pipeline stage is reached:

       Timeout has been exceeded
       java.lang.InterruptedException
       at java.lang.Object.wait(Native Method)
       at hudson.remoting.Request.call(Request.java:176)
       at hudson.remoting.Channel.call(Channel.java:1000)
       at hudson.FilePath.act(FilePath.java:1070)
       at hudson.FilePath.act(FilePath.java:1059)
       at de.taimos.pipeline.aws.S3DownloadStep$Execution.run(S3DownloadStep.java:149)
       at de.taimos.pipeline.aws.S3DownloadStep$Execution.run(S3DownloadStep.java:113)
       at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
       at java.lang.Thread.run(Thread.java:748)
       Finished: ABORTED
      
      

      Master node is not affected.

      NOTE: Rolling back to 2.260 version corrects the problem. 
       
       

            Assignee:
            Unassigned
            Reporter:
            Gleb Tereshkov
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: