mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:45:49 +00:00
Compare commits
14 commits
6781360ed6
...
ce645feeba
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ce645feeba | ||
![]() |
c587c62374 | ||
![]() |
0cdd85863f | ||
![]() |
0c95d419ee | ||
![]() |
27726b75d3 | ||
![]() |
24da69838c | ||
![]() |
c74a679b65 | ||
![]() |
9fd82a74b1 | ||
![]() |
53e56d7912 | ||
![]() |
282c10ff4a | ||
![]() |
f0e5085c10 | ||
![]() |
f809987af0 | ||
![]() |
02ccd8e072 | ||
![]() |
a3ace47bbb |
4 changed files with 28 additions and 27 deletions
18
azure-pipeline.yml
Normal file
18
azure-pipeline.yml
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'
|
|
@ -1,18 +1,19 @@
|
|||
---
|
||||
pool: default
|
||||
pool: 'default'
|
||||
trigger:
|
||||
- main
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
stages:
|
||||
- stage: build
|
||||
jobs:
|
||||
- job: jobbuild
|
||||
steps:
|
||||
- task: maven@4
|
||||
- task: Gradle@3
|
||||
inputs:
|
||||
mavemPOMFile: pom.xml
|
||||
tasks: 'build'
|
||||
gradleWrapperFile: 'gradlew'
|
||||
publishJUnitResults: true
|
||||
testResultFiles: '**/surefire-reports/TEST-*.xml'
|
||||
jdkVersionOption: '21'
|
||||
goals: package
|
||||
|
||||
|
||||
testResultFiles: '**/TEST-*.xml'
|
||||
jdkVersionOption: '1.17'
|
||||
goals: 'deploy'
|
|
@ -1,9 +0,0 @@
|
|||
welcome=خوش آمدید
|
||||
required=الزامی
|
||||
notFound=یافت نشد
|
||||
duplicate=قبلا استفاده شده
|
||||
nonNumeric=باید عددی باشد
|
||||
duplicateFormSubmission=ارسال تکراری فرم مجاز نیست
|
||||
typeMismatch.date=تاریخ نامعتبر
|
||||
typeMismatch.birthDate=تاریخ تولد نامعتبر
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
welcome=hoş geldiniz
|
||||
required=gerekli
|
||||
notFound=bulunamadı
|
||||
duplicate=zaten kullanılıyor
|
||||
nonNumeric=sadece sayısal olmalıdır
|
||||
duplicateFormSubmission=Formun tekrar gönderilmesine izin verilmez
|
||||
typeMismatch.date=geçersiz tarih
|
||||
typeMismatch.birthDate=geçersiz tarih
|
||||
|
Loading…
Reference in a new issue