mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Update mvn.reusable.yaml
published and downloaded artifacts
This commit is contained in:
parent
e77ceafef3
commit
690094d3af
1 changed files with 11 additions and 1 deletions
|
@ -24,4 +24,14 @@ steps:
|
||||||
goals: "${{ parameters.goal }}"
|
goals: "${{ parameters.goal }}"
|
||||||
publishJUnitResults: yes
|
publishJUnitResults: yes
|
||||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||||
jdkVersionOption: "${{ parameters.jdkVersion }}"
|
jdkVersionOption: "${{ parameters.jdkVersion }}"
|
||||||
|
|
||||||
|
- task: PublishPipelineArtifact@1
|
||||||
|
inputs:
|
||||||
|
targetPath: '$(Build.ArtifactStagingDirectory)'
|
||||||
|
artifactName: 'maven-package'
|
||||||
|
|
||||||
|
- task: DownloadPipelineArtifact@2
|
||||||
|
inputs:
|
||||||
|
artifactName: 'maven-package'
|
||||||
|
downloadPath: '$(System.ArtifactsDirectory)/maven-package'
|
||||||
|
|
Loading…
Reference in a new issue