mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
Added jenkins file
This commit is contained in:
parent
540638e78b
commit
925b0be0ed
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue