mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
6f68247c47
commit
6bfcd83aba
1 changed files with 6 additions and 3 deletions
|
@ -1,14 +1,17 @@
|
|||
pool: "Azure Pipelines"
|
||||
pool:
|
||||
name: "Azure Pipelines"
|
||||
vmImage: "ubuntu-22.04"
|
||||
trigger:
|
||||
- main
|
||||
jobs:
|
||||
- job: "gradle"
|
||||
displayName: "gradle job"
|
||||
steps:
|
||||
- script: sudo apt update && sudo apt install openjdk-11-jdk -y
|
||||
- task: "Gradle@3"
|
||||
inputs:
|
||||
|
||||
gradleWrapperFile: 'gradlew'
|
||||
workingDirectory: spring-petclinic/
|
||||
gradleWrapperFile: './gradlew'
|
||||
tasks: 'build'
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
|
|
Loading…
Reference in a new issue