From 60eae5168762c238da30eabbec41289444a028df Mon Sep 17 00:00:00 2001 From: saisrinisrinivas <102722606+saisrinisrinivas@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:56:13 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4308008d4..c88139809 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any stages { - stage('Build'){ + stage('GitCheckout'){ steps { git 'https://github.com/saisrinisrinivas/spring-petclinic.git' }