Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-08 12:41:57 -04:00 committed by GitHub
parent c4df17ed8f
commit 4ebd6478b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
Jenkinsfile vendored
View file

@ -9,9 +9,12 @@ pipeline {
stage('sonar') {
steps {
sh './mvnw sonar:sonar'
withSonarQubeEnv(installationName:'sonar-1')
{
sh './mvnw clean sonar:sonar'
}
}
}
}
}
}