독립 control plane 구성을 위해 기존 Dart CLI/runtime을 runner 앱 경계로 옮기고, 후속 client/core/root 작업을 같은 마일스톤 task group에 연결한다.
25 lines
491 B
YAML
25 lines
491 B
YAML
---
|
|
# [샘플] JIRA 연동
|
|
|
|
property:
|
|
workspace: /path/to/project
|
|
|
|
pipeline:
|
|
id: main
|
|
workflow:
|
|
- exe: jira-issue
|
|
|
|
commands:
|
|
# JIRA 이슈 조회 및 할당자 Slack 연동
|
|
- command: Jira
|
|
id: jira-issue
|
|
param:
|
|
domain: "mycompany.atlassian.net"
|
|
id: "user@example.com"
|
|
token: "jira-api-token"
|
|
issue: "PROJ-123"
|
|
users:
|
|
- mail: "user@company.com"
|
|
slackID: "UXXXXXX"
|
|
setSlackData: <@property.slackData>
|
|
setSlackChannel: <@property.slackChannel>
|