mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:45:50 +00:00
Create parameter1.yaml
This commit is contained in:
parent
62aecbd70a
commit
a9af498829
1 changed files with 20 additions and 0 deletions
20
parameter1.yaml
Normal file
20
parameter1.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
parameters:
|
||||
- name: JDKVersion
|
||||
displayName: parameters for jdkversiions
|
||||
type: string
|
||||
values:
|
||||
- '1.17'
|
||||
- '1.8'
|
||||
|
||||
|
||||
steps:
|
||||
task: Maven@3
|
||||
inputs:
|
||||
mavenPOMFile: 'pom.xml'
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||
JDKVersion: '1.17'
|
||||
goals: 'package'
|
||||
mavenVersionOption: 'Default'
|
||||
mavenAuthenticateFeed: false
|
Loading…
Reference in a new issue