mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
bump
This commit is contained in:
parent
217bfcc297
commit
2337f3670f
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
||||||
environment {
|
environment {
|
||||||
SCANNER_HOME=tool 'sonar-scanner'
|
SCANNER_HOME=tool 'sonar-scanner'
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
|
@ -18,7 +18,6 @@ pipeline {
|
||||||
sh ''' $SCANNER_HOME/bin/sonar-scanner -Dsonar.projectName=Petclinic \
|
sh ''' $SCANNER_HOME/bin/sonar-scanner -Dsonar.projectName=Petclinic \
|
||||||
-Dsonar.java.binaries=. \
|
-Dsonar.java.binaries=. \
|
||||||
-Dsonar.projectKey=Petclinic '''
|
-Dsonar.projectKey=Petclinic '''
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue