mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
Merge branch 'assia'
This commit is contained in:
commit
f058824cd0
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ pipeline {
|
|||
|
||||
stage('Build & Unit Tests') {
|
||||
steps {
|
||||
dir('backend') {
|
||||
dir('.') {
|
||||
sh '''
|
||||
echo "JAVA_HOME=$JAVA_HOME"
|
||||
java -version
|
||||
|
|
@ -45,7 +45,7 @@ pipeline {
|
|||
|
||||
stage('SonarQube Analysis') {
|
||||
steps {
|
||||
dir('.') {
|
||||
dir('backend') {
|
||||
sh """
|
||||
mvn sonar:sonar \
|
||||
-Dsonar.projectKey=RhitaKhadijaAssia_spring-petclinic \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue