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 {
stage ('vcs') {
steps {
git branch: 'main',
url: 'https://github.com/shaiksohail11/spring-petclinic.git',
git url: 'https://github.com/shaiksohail11/spring-petclinic.git',
branch: 'main',
sh 'mvn package'