mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55: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 {
|
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'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue