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'