Deployment to Azure using Jenkins and github

I need to deploy code from github to Azure. i have configured jobs to perform test on the script and based on the result i want to deploy those script in Azure.

I need help on what jenkins plugin to us for deployment in Azure. if Plugin is not available do we have any other way to do a deployment from jenkins to Azure.

Any Links or Blogs will be really helpful.

Answer

Jenkins and Azure may work together, absolutely – just a two days ago there was another announcement about that. You may host it in Azure.
But it looks like you want to host Jenkins outside of Azure.
I would offer you to try out Visual Studio Team Services – its build part. You can define the build and add Jenkins as the part of that process. There is the plugin for Jenkins here with a good documentation on how to set up that.

Here is the tutorial on integrating Jenkins and VSTS. And you can set up the deployment to Azure from the same tab – see how to use VSTS build functionality.

Attribution
Source : Link , Question Author : mebb , Answer Author : Alex Belotserkovskiy

Leave a Comment