added sonar

This commit is contained in:
Naresh 2023-03-16 03:39:20 -04:00
parent 8242ab66fe
commit 519e750a89

View file

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