This commit is contained in:
chinnagajendra 2024-12-18 11:32:14 +00:00 committed by GitHub
commit 343d4b31b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 39 additions and 18 deletions

18
azure-pipeline.yaml Normal file
View file

@ -0,0 +1,18 @@
---
pool: default
trigger:
- main
stages:
- stage: build
jobs:
- job: jobbuild
steps:
- task: maven@4
inputs:
mavemPOMFile: pom.xml
publishJUnitResults: true
testResultFiles: '**/surefire-reports/TEST-*.xml'
jdkVersionOption: '1.17'
goals: package

1
mani.py Normal file
View file

@ -0,0 +1 @@
just for checking

1
spring-petclinic Submodule

@ -0,0 +1 @@
Subproject commit 6e44856ce8cad300c239f803af3db5e241707b27

19
src/azure-pipeline.yaml Normal file
View file

@ -0,0 +1,19 @@
---
pool: 'default'
trigger:
branches:
include:
- main
stages:
- stage: build
jobs:
- job: jobbuild
steps:
- task: Gradle@3
inputs:
tasks: 'build'
gradleWrapperFile: 'gradlew'
publishJUnitResults: true
testResultFiles: '**/TEST-*.xml'
jdkVersionOption: '1.17'
goals: 'deploy'

View file

@ -1,9 +0,0 @@
welcome=خوش آمدید
required=الزامی
notFound=یافت نشد
duplicate=قبلا استفاده شده
nonNumeric=باید عددی باشد
duplicateFormSubmission=ارسال تکراری فرم مجاز نیست
typeMismatch.date=تاریخ نامعتبر
typeMismatch.birthDate=تاریخ تولد نامعتبر

View file

@ -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