diff --git a/jenkins.file b/jenkins.file index 8de06ec67..8c50f5982 100644 --- a/jenkins.file +++ b/jenkins.file @@ -14,7 +14,7 @@ pipeline { stage('code') { steps { git url: 'https://github.com/KVKR31/dummy.git' , - branch : 'master' + branch : 'main' } } stage('package') {