Skip to content

Commit 5cfb270

Browse files
Update azure-pipelines.yml
1 parent 59deac5 commit 5cfb270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pool:
77
- Agent.Name -equals school # Ensuring the correct agent is used
88

99
variables:
10-
ACR_NAME: "sample" # Name of your Azure Container Registry
10+
ACR_NAME: "sampelschool" # Name of your Azure Container Registry
1111
IMAGE_NAME: "school" # Name of the Docker image
1212
IMAGE_TAG: "$(Build.BuildId)" # Unique tag for each build
1313
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
@@ -28,7 +28,7 @@ stages:
2828
publishJUnitResults: true
2929
options: "-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)"
3030
javaHomeOption: "JDKVersion"
31-
jdkVersionOption: "8"
31+
jdkVersionOption: "/usr/lib/jvm/java-8-openjdk-amd64"
3232
mavenVersionOption: "Default"
3333
mavenAuthenticateFeed: false
3434

0 commit comments

Comments
 (0)