Hi,
I am using Jenkins for Continuous Integration and Continuous Deployment. I have written script for deployment process, but i don't want to run that script from jenkins master server, due to some security reasons.
So i launched a slave server using Headless mode in Ubuntu server, now i need to Set a "Post-build" task for a Job in jenkins, which should run in slave server.
Is there any way to do it ? OR Please suggest if there are any alternatives.
Thanks,
Pavan