diff --git a/Jenkinsfile b/Jenkinsfile index 4c2246d..3585133 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: 'master' + checkout scm } }