mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +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 {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
git 'https://github.com/vinayasuresh/spring-petclinic.git'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build App') {
|
||||
steps {
|
||||
sh 'mvn clean package -DskipTests'
|
||||
|
|
Loading…
Reference in a new issue