Need to run "post build task" step on the slave server for Continuous Deployment.

2015-07-27 Thread Pavan Teja
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, no

How to Deploy rails application using Jenkins to MFA protected ec2 server

2015-07-10 Thread Pavan Teja
Hi, I have added "Post build script" plugin for rails capistrano deployment, While deploying I am having issue with MFA protected EC2 server, It is asking for MFA. Is there an option to prompt the user to enter MFA at the time of deployment from Jenkins ? OR Please suggest if there are any