mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
Update parameter1.yaml
This commit is contained in:
parent
39baf271c9
commit
adfee6e558
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ steps:
|
||||||
publishJUnitResults: true
|
publishJUnitResults: true
|
||||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||||
JDKVersion: '${{ parameters.JDKVersion }}'
|
JDKVersion: '${{ parameters.JDKVersion }}'
|
||||||
|
jdkVersionOption: 'path'
|
||||||
|
jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64
|
||||||
goals: 'package'
|
goals: 'package'
|
||||||
mavenVersionOption: 'Default'
|
mavenVersionOption: 'Default'
|
||||||
mavenAuthenticateFeed: false
|
mavenAuthenticateFeed: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue