mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
9765
This commit is contained in:
parent
19df9bff78
commit
69faf3d59b
1 changed files with 2 additions and 4 deletions
|
@ -6,9 +6,6 @@ pipeline {
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('* * * * *')
|
pollSCM('* * * * *')
|
||||||
}
|
}
|
||||||
tools {
|
|
||||||
jdk 'JDK-17'
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('vcs') {
|
stage('vcs') {
|
||||||
steps {
|
steps {
|
||||||
|
@ -25,7 +22,8 @@ pipeline {
|
||||||
snapshotRepo: 'yadu-libs-snapshot-local'
|
snapshotRepo: 'yadu-libs-snapshot-local'
|
||||||
)
|
)
|
||||||
rtMavenRun (
|
rtMavenRun (
|
||||||
tool: 'maven 3.9', // Tool name from Jenkins configuration
|
tool: {" maven 3.9"
|
||||||
|
'JDK-17'}
|
||||||
pom: 'pom.xml',
|
pom: 'pom.xml',
|
||||||
goals: 'clean install',
|
goals: 'clean install',
|
||||||
deployerId: "SPC_DEPLOYER"
|
deployerId: "SPC_DEPLOYER"
|
||||||
|
|
Loading…
Reference in a new issue