Skip to content

Commit 889d743

Browse files
committed
Fix links
1 parent 847d2d8 commit 889d743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/jenkins/tutorial-build-deploy-jenkins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ To learn about how to use Azure Pipelines for both Build and Release steps, refe
177177
To learn about how to author a YAML based CI/CD pipeline to deploy to VMs, advance to the next tutorial.
178178

179179
> [!div class="nextstepaction"]
180-
> [CI/CD using Azure Pipelines](tutorial-build-deploy-azure-pipelines.md)
180+
> [Jenkins on Azure](/azure/Jenkins/)

articles/jenkins/tutorial-jenkins-github-docker-cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This tutorial uses the CLI within the [Azure Cloud Shell](https://docs.microsoft
2323
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.0.30 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
2424

2525
## Create Jenkins instance
26-
In a previous tutorial on [How to customize a Linux virtual machine on first boot](tutorial-automate-vm-deployment.md), you learned how to automate VM customization with cloud-init. This tutorial uses a cloud-init file to install Jenkins and Docker on a VM. 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](https://docs.microsoft.com/azure/jenkins/).
26+
In a previous tutorial on [How to customize a Linux virtual machine on first boot](../virtual-machines/linux/tutorial-automate-vm-deployment.md), you learned how to automate VM customization with cloud-init. This tutorial uses a cloud-init file to install Jenkins and Docker on a VM. 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](https://docs.microsoft.com/azure/jenkins/).
2727

2828
In your current shell, create a file named *cloud-init-jenkins.txt* and paste the following configuration. For example, create the file in the Cloud Shell not on your local machine. Enter `sensible-editor cloud-init-jenkins.txt` to create the file and see a list of available editors. Make sure that the whole cloud-init file is copied correctly, especially the first line:
2929

0 commit comments

Comments
 (0)