# jenkins **Repository Path**: mirrors_Azure/jenkins ## Basic Information - **Project Name**: jenkins - **Description**: Templates and scripts to help you run Jenkins on Azure - **Primary Language**: Unknown - **License**: CC-BY-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jenkins on Azure This repository contains Jenkins related resources in Azure. ## Contents * Jenkins Solution Template ([solution_template/](solution_template/)) * This [solution template](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/azure-oss.jenkins?tab=Overview) will deploy the latest stable Jenkins version on a Linux (Ubuntu 16.04 LTS) VM along with tools and plugins configured to work with Azure. * Here're some [documents](https://github.com/Azure/azure-marketplace/wiki/Getting-Started-with-Solution-Templates) explain how to write and test the solution template. * Jenkins Agents Initialization Scripts ([agents_scripts/](agents_scripts/)) * These scripts setup a new provisioned Windows VM as a Jenkins agent. * [Jenkins-Windows-Init-Script-Jnlp.ps1](agents_scripts/Jenkins-Windows-Init-Script-Jnlp.ps1) launches the agent via JNLP. * [Jenkins-Windows-Init-Script-SSH.ps1](agents_scripts/Jenkins-Windows-Init-Script-SSH.ps1) launches the agent via SSH. * Jenkins Disaster Recovery ([disaster_recovery/](disaster_recovery)) * This [script](disaster_recovery/disaster-recovery.md) helps you to achieve disaster recovery. ## Questions/Comments? _This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments._ ## Legal Notices Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the MIT License, see the [LICENSE-CODE](LICENSE-CODE) file.