젠킨스파일 수정중

This commit is contained in:
biryu2000 2025-05-25 01:47:35 +09:00
parent 99ff1144c4
commit fe0dbc32ea

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: 'master'
checkout scm
}
}