Update Jenkinsfile
Some checks failed
ecommerce-backend/pipeline/head There was a failure building this commit
Some checks failed
ecommerce-backend/pipeline/head There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -39,7 +39,7 @@ pipeline {
|
|||||||
variable: 'SONAR_TOKEN'
|
variable: 'SONAR_TOKEN'
|
||||||
)]) {
|
)]) {
|
||||||
sh """
|
sh """
|
||||||
sonar-scanner \
|
/opt/sonar-scanner/bin/sonar-scanner \
|
||||||
-Dsonar.projectKey=${SONAR_PROJECT} \
|
-Dsonar.projectKey=${SONAR_PROJECT} \
|
||||||
-Dsonar.projectName=${SONAR_PROJECT} \
|
-Dsonar.projectName=${SONAR_PROJECT} \
|
||||||
-Dsonar.sources=. \
|
-Dsonar.sources=. \
|
||||||
|
|||||||
Reference in New Issue
Block a user