Copying files from one server to another using a jenkins job

194 views Asked by At

I have a jenkins job running which is building an angular app using "npm install" and "ng build" now this job is creating a dist folder on server 1 and now I want to copy this dist folder to server 8 using jenkins job. How can i accomplish this?

I tried everyting there is but its not working. Please guide me...

0

There are 0 answers