diff --git a/Jenkinsfile b/Jenkinsfile index 02e1b42..dc74fe3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stage('Checkout') { steps { // Checkout the repository - git url: 'https://github.com/deepak7376/robustbase.git', branch: 'main' + git url: 'https://github.com/deepak7376/robustbase.git', branch: 'master' } }