This commit is contained in:
Bharatkumar5690 2023-03-09 18:54:22 +05:30
parent ecaf7eb5aa
commit f12965ed31

2
Jenkinsfile vendored
View file

@ -34,7 +34,7 @@ pipeline {
}
}
stage('package') {
sh "mvn ${params.MAVEN_GOAL}"
sh 'mvn package'
}
stage('Test the code by using sonarqube') {
steps {