On Thu, Oct 4, 2018 at 3:18 AM JIHYE LEE <[email protected]> wrote: > at java.io.FileInputStream.<init>(FileInputStream.java:138) > at org.apache.http.entity.FileEntity.writeTo(FileEntity.java:94) > […] > at > com.toast.cloud.smartdl.builduploader.request.objectstorage.ObjectStorageRequestImpl.uploadObject(ObjectStorageRequestImpl.java:141)
Looks like somewhere you were creating a `FileEntity`, rather than the `InputStreamEntity` claimed in your quoted source code. If that `FileEntity` were constructed with a workspace file path, then of course your call would not work, since the HTTP call is running on the master, where no such path exists. It is best to link to actual sources on GitHub. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CANfRfr1dfey8O-m-P3Zv_WjL%3DeuTKh%3DqHJ5yGKLw1APrU8ALOA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
