Skip to content

Commit ced72d1

Browse files
committed
temporary fix jenkins need for include file
1 parent 53562cc commit ced72d1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: tomarchermsft
3+
ms.service: ansible
4+
ms.topic: include
5+
ms.date: 04/30/2019
6+
ms.author: tarcher
7+
---
8+
9+
- **Azure subscription**: If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio) before you begin.

articles/jenkins/tutorial-jenkins-deploy-cli-spring-cloud-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This tutorial assumes intermediate knowledge of core Azure services, Azure Sprin
2323
>[!Note]
2424
> Azure Spring Cloud is currently offered as a public preview. Public preview offerings allow customers to experiment with new features prior to their official release. Public preview features and services are not meant for production use. For more information about support during previews, please review our [FAQ](https://azure.microsoft.com/support/faq/) or file a [Support request](https://docs.microsoft.com/azure/azure-supportability/how-to-create-azure-support-request) to learn more.
2525
26-
[!INCLUDE [open-source-devops-prereqs-azure-subscription.md](../../includes/open-source-devops-prereqs-azure-subscription.md)]
26+
[!INCLUDE [open-source-devops-prereqs-azure-subscription.md](open-source-devops-prereqs-azure-subscription.md)]
2727

2828
* A GitHub account. If you don't have a GitHub account, create a [free account](https://github.com/) before you begin.
2929

@@ -212,7 +212,7 @@ The sample pipeline uses Maven to build and Az CLI to deploy to the service inst
212212
// Set default resource group name and service name. Replace <resource group name> and <service name> with the right values
213213
sh 'az configure --defaults group=<resource group name>'
214214
sh 'az configure --defaults spring-cloud=<service name>'
215-
// Deploy applications
215+
// Deploy applications
216216
sh 'az spring-cloud app deploy -n gateway --jar-path ./gateway/target/gateway.jar'
217217
sh 'az spring-cloud app deploy -n account-service --jar-path ./account-service/target/account-service.jar'
218218
sh 'az spring-cloud app deploy -n auth-service --jar-path ./auth-service/target/auth-service.jar'

0 commit comments

Comments
 (0)