From 70ecbef4336fa8b0bcf525f6f9c28ec9b30f3c9d Mon Sep 17 00:00:00 2001 From: jassim Date: Tue, 5 Nov 2024 10:31:53 +0000 Subject: [PATCH] Update Jenkinfile --- Jenkinfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }