Added jenkins file

Added jenkins file
This commit is contained in:
Sohail 2023-03-05 12:01:46 +05:30
parent 925b0be0ed
commit dbef79a5d8

5
Jenkinsfile vendored
View file

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