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...