diff --git a/Jenkinsfile1 b/Jenkinsfile1 index fdb17bae..cc3f20c8 100644 --- a/Jenkinsfile1 +++ b/Jenkinsfile1 @@ -15,7 +15,7 @@ pipeline{ } stage('Checkout from Git'){ steps{ - git branch: 'master', url: 'https://github.com/AWS-AZURE-Bootcamp5/Devsecops-Project1.git' + git branch: 'main', url: 'https://github.com/AWS-AZURE-Bootcamp5/Devsecops-Project1.git' } } stage("Sonarqube Analysis "){