changes sh command

This commit is contained in:
shaif ali khan 2023-07-29 13:21:48 +05:30
parent 4ffb369da3
commit f8706eed47

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline {
}
stage('build and packaging') {
steps {
sh script: 'mvn package'
sh : 'mvn package'
}