Skip to content

Commit

Permalink
Added strategy for the deploy Java job
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno committed Dec 20, 2024
1 parent 8c0ee1e commit 0100bb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .azure/templates/jobs/deploy_java.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
jobs:
- job: 'deploy_java'
displayName: 'Deploy Java'
# Strategy for the job
strategy:
matrix:
'java-17':
image: 'Ubuntu-22.04'
jdk_version: '17'
main_build: 'true'
# Set timeout for jobs
timeoutInMinutes: 60
# Base system
Expand Down

0 comments on commit 0100bb0

Please sign in to comment.