Re: How to read the file in slave node?

2018-10-04 Thread JIHYE LEE
2018년 10월 2일 화요일 오후 5시 40분 45초 UTC+9, JIHYE LEE 님의 말: > > Hi ! > I'm developing jenkins plugin using pipeline. > > There is part of code. > > private int uploadObject(String containerName, String path, FilePath > uploadFilePath) > { >if(false == uploadFi

Re: How to read the file in slave node?

2018-10-04 Thread JIHYE LEE
> > java.io.FileNotFoundException: > /Users/builder/workspace/smartdl_test/smdl/abc.txt (No such file or directory) > at java.io.FileInputStream.open0(Native Method) > at java.io.FileInputStream.open(FileInputStream.java:195) > at java.io.FileInputStream.(FileInputStream.java:13

How to read the file in slave node?

2018-10-02 Thread JIHYE LEE
Hi ! I'm developing jenkins plugin using pipeline. There is part of code. private int uploadObject(String containerName, String path, FilePath uploadFilePath) { if(false == uploadFilePath.exsit()) { // result is true!! exception; } InputStreamEntity inputStrea