copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Overview of Jenkins and Azure | Microsoft Learn Jenkins is a popular open-source automation server used to set up continuous integration and delivery (CI CD) for your software projects You can host your Jenkins deployment in Azure or extend your existing Jenkins configuration using Azure resources Jenkins plug-ins are also available to simplify CI CD of your applications to Azure
Part 1 - Create a Jenkins pipeline to deploy Desktop Apps as MSIX . . . In this first part it is demonstrated how to setup the Jenkins environment I am not a Jenkins specialist, thus the idea here is to keep it simple and only demonstrate the basics to create a Jenkins Pipeline to package an application to MSIX This post don't have the pretension to describe the best-practices to setup a Jenkins environment
Get Started - Install Jenkins on an Azure Linux VM This article shows how to install Jenkins on an Ubuntu Linux VM with the tools and plug-ins configured to work with Azure In this article, you'll learn how to: 1 Configure your environment Azure subscription: If you don't have an Azure subscription, create a free account before you begin 2 Open Cloud Shell
Tutorial: Scale Jenkins deployments with VM running in Azure This tutorial shows how to create a Linux virtual machines in Azure and add the VM as a work node to Jenkins In this tutorial, you will: Use az group create to create an Azure resource group Use az vm create to create a virtual machine You can also upload your ssh key with the following command --ssh-key-value <ssh_path> Install the JDK
Create a service hook for Jenkins - Azure DevOps This article describes how to set up a service hook for your Azure DevOps project to trigger a Jenkins build If you use Jenkins to build your apps, you can store your code in a Git repository and use Jenkins for your continuous integration builds
Tutorial - Create a Jenkins pipeline using GitHub and Docker Jenkins is a popular open-source automation server that integrates seamlessly with Azure to enable continuous integration (CI) and continuous delivery (CD) For more tutorials on how to use Jenkins, see the Jenkins in Azure hub In your current shell, create a file named cloud-init-jenkins txt and paste the following configuration For example
Deploy apps to Azure Spring Apps using Jenkins and Azure CLI This tutorial demonstrates how you can use Azure CLI in Jenkins to automate continuous integration and delivery (CI CD) for Azure Spring Apps In this tutorial, you'll complete these tasks: Provision a service instance and launch a Java Spring application
Tutorial - Use Azure Container Instances as a Jenkins build agent Azure CLI is the currently recommended way to integrate Jenkins with Azure services For more information, refer to the article Jenkins plug-ins for Azure Azure Container Instances (ACI) provides an on-demand, burstable, and isolated environment for running containerized workloads