This commit is contained in:
gajendrachinna 2024-12-17 17:31:48 +05:30
parent c587c62374
commit ce645feeba

View file

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