diff --git a/Jenkinsfile b/Jenkinsfile index fab1815..80ffb67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stages { stage('Checkout') { steps { - git url: 'https://gitea.biryu2000.kr/nightbug/sukjenogi-backend.git', branch: 'main' + git url: 'https://gitea.biryu2000.kr/nightbug/sukjenogi-backend.git', branch: 'master' } }