From 888db1bfb6cf3d109afd8b06b5fee5519961b0b1 Mon Sep 17 00:00:00 2001 From: vanitbala Date: Fri, 13 Feb 2026 23:10:28 +0530 Subject: [PATCH] Update JenkinsFile1 --- JenkinsFile1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsFile1 b/JenkinsFile1 index dc31fb558..6fc095741 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 to check poll scm changes'){ agent any steps{ git 'https://github.com/devops-trainer/DevOpsClassCodes.git'