Update Jenkinfile

This commit is contained in:
jassim 2024-11-05 10:31:53 +00:00
parent 55a47eefaa
commit 70ecbef433

View File

@ -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'
}
}