We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59deac5 commit 5cfb270Copy full SHA for 5cfb270
azure-pipelines.yml
@@ -7,7 +7,7 @@ pool:
7
- Agent.Name -equals school # Ensuring the correct agent is used
8
9
variables:
10
- ACR_NAME: "sample" # Name of your Azure Container Registry
+ ACR_NAME: "sampelschool" # Name of your Azure Container Registry
11
IMAGE_NAME: "school" # Name of the Docker image
12
IMAGE_TAG: "$(Build.BuildId)" # Unique tag for each build
13
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
@@ -28,7 +28,7 @@ stages:
28
publishJUnitResults: true
29
options: "-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)"
30
javaHomeOption: "JDKVersion"
31
- jdkVersionOption: "8"
+ jdkVersionOption: "/usr/lib/jvm/java-8-openjdk-amd64"
32
mavenVersionOption: "Default"
33
mavenAuthenticateFeed: false
34
0 commit comments