I am new to Jenkins and have created a filepameterized free style build in 1.6.1 version which has shell script which does unzip of the input file parameter which we pass during build execution..I.e Zip file..
Initially I didn't see any issues with this approch but recently I have observed error message as "file 3 bytes missing" from console output which is later giving problem for unzip command in my script.
I would like to get help for this..Want to know whether I need to do any additional setups and one more question is whats the default mode to transfer files from local machine to Jenkins hosted server and how to change that ?
Thanks in advance.
Regards
Siva