added comma

This commit is contained in:
Sohail 2023-03-08 16:39:11 +05:30
parent 72b32d2c07
commit 2a86a1518f

View file

@ -12,13 +12,11 @@ pipeline {
}
}
}
stage('build') {
steps{
sh "mvn package"
}
}
stage('sonar analysis') {
steps{
withSonarQubeEnv('SONAR_CLOUD') {