diff --git a/Jenkinfile b/Jenkinfile index 7c10797..eaeaca4 100644 --- a/Jenkinfile +++ b/Jenkinfile @@ -11,7 +11,7 @@ pipeline { stages { stage('Checkout') { steps { - git 'https://git.tech4biz.wiki/jassim/cicid.git' + git branch: 'main', url: 'https://git.tech4biz.wiki/jassim/cicid.git' } }