Re: Git Plugin - Merge before build, push on success and delete branch after

2017-01-11 Thread Mark Waite
If the repository is only accessible with a private key (RSA authentication), then you'll need to make that private key available to the job while it is running. You may need to launch an ssh-agent from within the job, or you might experiment with the ssh-agent plugin to see if it could assist you

Git Plugin - Merge before build, push on success and delete branch after

2017-01-11 Thread Robert Berta
Hi folks, I using Git Plugin 3.0.1. I selected merge before build option and specified the feature branch name I want to merge into master. After build is done the changes are pushed back to master . Now I want to delete the feature branch. I lost more than a day trying out a shell step to dele