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'