Update Jenkinsfile

Signed-off-by: vinayasuresh <Vinaya@pionedata.com>
This commit is contained in:
vinayasuresh 2025-06-24 12:37:16 +05:30 committed by GitHub
parent 1cc41447c7
commit ae5e0a0f48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Jenkinsfile vendored
View file

@ -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'