added sonar

This commit is contained in:
Naresh 2023-03-16 03:34:54 -04:00
parent 4d86665ebe
commit 8242ab66fe

View file

@ -14,7 +14,7 @@ pipeline {
sh 'mvn clean verify sonar:sonar \
-Dsonar.login=e92ab05da9b0de80f186bffebe352e5c2cfd4b4b \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.organization=Chinthalwar Naresh \
-Dsonar.organization=naresh_sonarcloud \
-Dsonar.projectKey=nareshspc'
}
}