Skip to content

Commit 6859542

Browse files
committed
🔧 chore: 젠킨스 웹훅 테스트
1 parent 50b2c34 commit 6859542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pipeline {
3232
steps {
3333
script {
3434
// - main -> prod
35-
// - 그 외 -> qa (예: develop)
35+
// - 그 외 -> qa
3636
env.DEPLOY_ENV = (env.BRANCH_NAME == 'main') ? 'prod' : 'qa'
3737

3838
echo "### DEPLOY_ENV: ${env.DEPLOY_ENV}"

0 commit comments

Comments
 (0)