mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55: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'
|
||||
maven 'MAVEN'
|
||||
}
|
||||
steps {
|
||||
rtMavenRun (
|
||||
tool: 'MAVEN_DEFAULT',
|
||||
pom: 'pom.xml',
|
||||
goals: 'clean install',
|
||||
deployerId: "MAVEN_DEPLOYER",
|
||||
)
|
||||
rtPublishBuildInfo (
|
||||
serverId: "ARTIFACTORY_SERVER"
|
||||
)
|
||||
}
|
||||
sh "mvn ${params.MAVEN_GOAL}"
|
||||
}
|
||||
stage('Test the code by using sonarqube') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue