Hi Guys,
Am new to the Jenkins world. I am trying to connect to an ec2 instance using Jenkins. The whole purpose of the job is to run an svn update and restart gunicorn( for Django app).
I am able to connect to the ec2 instance using the Initial configuration. The "Test Configuration"returns a success. I pasted the pk file in the text area "key".
When creating a job in Jenkins all I want to do is run a couple of commands on the remote server, namely:
cd /home/ubuntu
sh ./update-codebase
Is Publish over SSH an overkill for this? If not, what do I enter in the box for the code in publish over ssh ?
Thanks for your help.
Tanmay