Added jenkins file

This commit is contained in:
Sohail 2023-03-05 11:56:05 +05:30
parent 540638e78b
commit 925b0be0ed

4
Jenkinsfile vendored
View file

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