mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
gradle
This commit is contained in:
commit
0c95d419ee
1 changed files with 18 additions and 0 deletions
18
src/azure-pipeline.yaml
Normal file
18
src/azure-pipeline.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
pool: 'default'
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- main
|
||||||
|
stages:
|
||||||
|
- stage: build
|
||||||
|
jobs:
|
||||||
|
- job: jobbuild
|
||||||
|
steps:
|
||||||
|
- task: Gardle@3
|
||||||
|
inputs:
|
||||||
|
gradleWrapperFile: 'gradlew'
|
||||||
|
publishJUnitResults: true
|
||||||
|
testResultFiles: '**/TEST-*.xml'
|
||||||
|
jdkVersionOption: '1.17'
|
||||||
|
goals: 'validate'
|
Loading…
Reference in a new issue