phonebill/deployment
hiondal 672d82d425 Jenkins 파이프라인 변수 참조 문법 오류 수정
- Groovy 변수를 bash shell에서 사용 시 올바른 문법으로 변경
  - 잘못된 형태: \${variable} → 올바른 형태: ${variable}

- 수정된 Stage별 변수 참조:
  - Setup AKS: props.resource_group, props.cluster_name, environment
  - SonarQube Analysis: 모든 서비스별 projectKey의 environment 변수
  - Container Build: service, environment, imageTag 변수
  - Kustomize Deploy: environment, imageTag 변수 및 kubectl 명령어

- bash shell에서 "syntax error: bad substitution" 오류 해결
- Jenkins 파이프라인 정상 실행 가능하도록 문법 표준화

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-12 14:54:59 +09:00
..