diff --git a/Jenkinsfile b/Jenkinsfile index 964fe40..b938cd6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { - stage('checkout') { + stage('checkout-clone') { steps { echo 'git checkout stage' git branch: 'main', url: 'https://github.com/devopstraininghub/mindcircuit17d.git'