From bfbf9134d9c38e438d1a7807797c46e07451c31c Mon Sep 17 00:00:00 2001 From: abhishek Date: Wed, 1 Nov 2023 07:35:53 +0530 Subject: [PATCH] added jenkins steps --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e7a85d69a..3072e893a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline{ stage('VCS'){ steps{ git url : 'https://github.com/Abhishek16tiwary/spring-petclinic.git', - branch : main + branch : 'main' } } stage('Build'){