젠킨스파일 수정중

This commit is contained in:
biryu2000 2025-05-25 01:10:51 +09:00
parent de370a581d
commit b3407af437

2
Jenkinsfile vendored
View File

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