From 84c9d20d4f91af04966b911ac8bc2555b80f4529 Mon Sep 17 00:00:00 2001 From: Dibya Ranjan <101804414+dibyaranjantripathy92@users.noreply.github.com> Date: Sun, 16 Feb 2025 00:51:23 +0530 Subject: [PATCH] Update JenkinsFile1 --- JenkinsFile1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsFile1 b/JenkinsFile1 index dc31fb558..0d949370c 100644 --- a/JenkinsFile1 +++ b/JenkinsFile1 @@ -8,7 +8,7 @@ new commit pipeline{ agent any new ctsage added stages{ - stage('Checkout on git'){ + stage('Checkout on git repo'){ agent any steps{ git 'https://github.com/devops-trainer/DevOpsClassCodes.git'