From d8927d0f7f632275e4127c8e9014b074f2d8364a Mon Sep 17 00:00:00 2001 From: heydevopsdev Date: Sun, 9 Jun 2024 14:23:18 +0530 Subject: [PATCH] Update Jenkinsfile1 --- Jenkinsfile1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "){