Skip to main content

Posts

Showing posts from May, 2022

What is Jenkins on Azure

  What is Jenkins on Azure Jenkins is one of the leading and popular open-source automation server for integrations and delivery of software projects. It provides hundreds of plugins for building, deploying, and automation of any project. Adding to the information you can also host the Jenkins deployment in Azure using Azure resources. Moreover, plugins are also available to simplify CI/CD applications on Azure.   How to Host Jenkins Server in Azure You can deploy your Jenkins in Azure using the following ways: The  Jenkins template  is available in Azure Marketplace. Tutorials on Jenkins instance on a VM. Running Kubernetes cluster running in Azure Container Service ( ACS ) Even you can monitor the deployment using  Azure Monitor Logs  System. How to deploy Code into Azure Services The Jenkins Plugins can be used to deploy applications to Azure as a part of Jenkins CI/CD pipelines and plugins are available for deploy: Azure App Service Azure App Service on...