Re: How to make the Jenkins build output as downloadable from Jenkins server machine itself?

2016-11-07 Thread Ben Patterson
I realize this is not as pretty as was what you were looking for, but you can always tee your build scripts to a log file, and archive that. (I thought I'd answer in case there's not an easier way; but if there is, hopefully someone can suggest something more Jenkins-y. --cheers) On Monday,

Re: How to make the Jenkins build output as downloadable from Jenkins server machine itself?

2016-11-06 Thread Vadivel Natarajan
Hi All, I found the artifacts download information from the below link for Appveyor. https://www.appveyor.com/docs/packaging-artifacts/ Is there anything similar this for jenkins? Please share your suggestions about this.. Thanks in advance. On Mon, Nov 7, 2016 at 1:25 AM, Vadivel Natarajan

How to make the Jenkins build output as downloadable from Jenkins server machine itself?

2016-11-06 Thread Vadivel Natarajan
I am new to Jenkins. i have configured the Jenkins "Free Style" project and executing a power shell a script to get an executable application(Exe) as output. i have searched for some of the plugins to make the Jenkins output (exe) as downloadable from the Jenkins server machine itself as an