mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 10:16:24 +00:00
Jenkinsfile: 빌드 서비스 목록에서 'ai' 제거
- services 목록: user, meeting, stt, notification (ai 제외) - ai-python은 별도 파이프라인으로 관리
This commit is contained in:
parent
c00f1b03b9
commit
2d096265b5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -69,7 +69,7 @@ podTemplate(
|
|||||||
node(PIPELINE_ID) {
|
node(PIPELINE_ID) {
|
||||||
def imageTag = getImageTag()
|
def imageTag = getImageTag()
|
||||||
def environment = params.ENVIRONMENT ?: 'dev'
|
def environment = params.ENVIRONMENT ?: 'dev'
|
||||||
def services = ['user', 'meeting', 'stt', 'ai', 'notification']
|
def services = ['user', 'meeting', 'stt', 'notification']
|
||||||
def registry = 'acrdigitalgarage02.azurecr.io'
|
def registry = 'acrdigitalgarage02.azurecr.io'
|
||||||
def imageOrg = 'hgzero'
|
def imageOrg = 'hgzero'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user