mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
delpoy
This commit is contained in:
parent
c587c62374
commit
ce645feeba
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
- job: jobbuild
|
- job: jobbuild
|
||||||
steps:
|
steps:
|
||||||
- task: Gardle@3
|
- task: Gradle@3
|
||||||
inputs:
|
inputs:
|
||||||
tasks: 'build'
|
tasks: 'build'
|
||||||
gradleWrapperFile: 'gradlew'
|
gradleWrapperFile: 'gradlew'
|
||||||
publishJUnitResults: true
|
publishJUnitResults: true
|
||||||
testResultFiles: '**/TEST-*.xml'
|
testResultFiles: '**/TEST-*.xml'
|
||||||
jdkVersionOption: '1.17'
|
jdkVersionOption: '1.17'
|
||||||
goals: 'build'
|
goals: 'deploy'
|
Loading…
Reference in a new issue