mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
Update Jenkinsfile
Signed-off-by: vinayasuresh <Vinaya@pionedata.com>
This commit is contained in:
parent
1cc41447c7
commit
ae5e0a0f48
1 changed files with 0 additions and 6 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -7,12 +7,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
|
||||||
steps {
|
|
||||||
git 'https://github.com/vinayasuresh/spring-petclinic.git'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Build App') {
|
stage('Build App') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn clean package -DskipTests'
|
sh 'mvn clean package -DskipTests'
|
||||||
|
|
Loading…
Reference in a new issue