added comma

This commit is contained in:
Sohail 2023-03-08 16:35:21 +05:30
parent f7d9dca890
commit 72b32d2c07

View file

@ -9,14 +9,13 @@ pipeline {
steps{ steps{
git url: 'https://github.com/shaiksohail11/spring-petclinic.git', git url: 'https://github.com/shaiksohail11/spring-petclinic.git',
branch: 'main' branch: 'main'
} }
} }
} }
stage('build') { stage('build') {
steps{ steps{
sh 'mvn package' sh "mvn package"
} }
} }