Update Jenkinsfile

This commit is contained in:
nagarjuna33 2023-04-06 17:44:42 +05:30 committed by GitHub
parent e47395aabf
commit 77c0abff60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ stages {
stage ('sonarqube') {
steps{
withSonarQubeEnv('sonarqube') {
sh 'mvn clean package sonar:sonar -Dsonar.organization=sonartoken'
sh 'mvn clean package sonar:sonar -Dsonar.login=sonartoken'
}
}
}