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