mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 18:05:49 +00:00
changes
This commit is contained in:
parent
35348c6f70
commit
45395a9f27
1 changed files with 1 additions and 11 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -36,17 +36,7 @@ pipeline {
|
||||||
jdk 'JDK_17'
|
jdk 'JDK_17'
|
||||||
maven 'MAVEN'
|
maven 'MAVEN'
|
||||||
}
|
}
|
||||||
steps {
|
sh "mvn ${params.MAVEN_GOAL}"
|
||||||
rtMavenRun (
|
|
||||||
tool: 'MAVEN_DEFAULT',
|
|
||||||
pom: 'pom.xml',
|
|
||||||
goals: 'clean install',
|
|
||||||
deployerId: "MAVEN_DEPLOYER",
|
|
||||||
)
|
|
||||||
rtPublishBuildInfo (
|
|
||||||
serverId: "ARTIFACTORY_SERVER"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
stage('Test the code by using sonarqube') {
|
stage('Test the code by using sonarqube') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue