Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions build/azDevOps/azure/azure-pipelines-javaspring-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ stages:
yamllint_scan_directory: "${{ variables.yamllint_scan_directory }}"

# Builds the Java app, runs tests and deploy to the artifact repository
- template: azDevOps/azure/templates/steps/java/build-java.yml@templates
# SJD - template: azDevOps/azure/templates/steps/java/build-java.yml@templates
- template: templates/steps/build/build-java.yml
parameters:
repo_root_dir: "${{ variables.self_repo_dir }}"
project_root_dir: "${{ variables.self_project_dir }}"
Expand Down Expand Up @@ -125,7 +126,8 @@ stages:
docker_image_tag: "${{ variables.docker_image_tag }}"

# Post build tasks, such as Test and Coverage upload, and publishing artefacts
- template: azDevOps/azure/templates/steps/java/post-build-tasks.yml@templates
# SJD - template: azDevOps/azure/templates/steps/java/post-build-tasks.yml@templates
- template: templates/steps/build/post-build-tasks.yml
parameters:
project_root_dir: "${{ variables.self_project_dir }}"
functional_test_project_root_dir: "${{ variables.self_functional_testproject_dir }}"
Expand Down
Loading