Skip to content

Documentation, tooling and other resources related to the Azure account used by the Jenkins project

License

Notifications You must be signed in to change notification settings

jenkins-infra/azure

Folders and files

NameName
Last commit message
Last commit date
Apr 11, 2025
Nov 29, 2024
Apr 22, 2025
Aug 9, 2024
Mar 18, 2022
Apr 23, 2025
Mar 16, 2022
Aug 9, 2024
Aug 9, 2024
Jul 5, 2016
Dec 18, 2024
Sep 28, 2023
Mar 27, 2025
Mar 18, 2022
Apr 8, 2025
Apr 11, 2025
Apr 8, 2025
Oct 16, 2024
Dec 21, 2023
Nov 28, 2024
Apr 4, 2025
Oct 16, 2024
Apr 23, 2025
Apr 7, 2025
Apr 3, 2025
Jun 21, 2024
Jun 21, 2024
May 24, 2023
Feb 20, 2025
Apr 24, 2025
Apr 10, 2025
Oct 10, 2023
Dec 18, 2024
Apr 10, 2025
Feb 21, 2025
May 26, 2023
Jun 21, 2024
Dec 18, 2024
Apr 23, 2025
Apr 10, 2025
Apr 10, 2025
Oct 16, 2024
Apr 7, 2025
Sep 19, 2024
May 26, 2023
Feb 7, 2025
Oct 16, 2024
Oct 16, 2024
Apr 22, 2025
Dec 18, 2024
May 31, 2023
Mar 30, 2025
Mar 4, 2025
Apr 10, 2025
Feb 7, 2025

Repository files navigation

Jenkins infra on Azure

Table of Contents

This repository hosts the infrastructure-as-code definition for all the Azure hosted resources for the Jenkins Infrastructure Project.

See also https://github.com/jenkins-infra/azure-net for all global network related resources.

Requirements

In order to use this repository to provision the Jenkins infrastructure on azure, you need:

git submodule update --init --recursive
  • Routing to database (private endpoints and private DNSes):

    • VPN access is required with routing to the database subnets set up to your user

    • As there are no public DNS, set up your local /etc/hosts (check the providers.tf for details)

HowTo

Provision

Don’t blindly execute the terraform code located in this repository on your own account as it may lead your account bill to significantly increase.

Once you’ve fulfilled the Requirements, you may execute any command from https://github.com/jenkins-infra/shared-tools/blob/main/terraform/README.adoc#available-commands by adding the correct flag --directory pointing to .shared-tools/terraform/:

make --directory=.shared-tools/terraform help
make --directory=.shared-tools/terraform lint
# ...

A usual change to this repository looks like the following:

  • Fork the repository and clone it locally

  • Follow the Requirements steps to obtain the shared tools

  • Start by running a full make --directory=.shared-tools/terraform validate command to ensure that you work on a sane base (should generate a report TXT file with no changes to be applied)

  • Edit the Terraform project files

  • Run the command make --directory=.shared-tools/terraform validate again to ensure that your changes are OK

  • Commit, push and open a pull request to let the Jenkins pipeline run the test + plan (as per https://github.com/jenkins-infra/shared-tools/blob/main/terraform/README.adoc#jenkins-pipeline)

About

Documentation, tooling and other resources related to the Azure account used by the Jenkins project

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published