Message Robot
| Event | Title |
|---|---|
| Jira user creates an issue | Attention! Jira @you |
| Jira user assign an issue | Attention! Jira @ASSIGNEE |
| Jira user change issue status to fixed | Attention! Jira @REPORTER |
| Jira issue comment @you | Attention! Jira @YOU |
| New image pushed into Harbor | Great! Harbor @you |
| Automation test complete and 100% PASS | Wonderful! CI/CD @you |
| Automation test complete but NOT 100% PASS | Oops! CI/CD @you |
| Daily issue status | Issue Daily Report |
| Daily test case execution process | Testing Daily Report |
PM Automation
| Event | Action |
|---|---|
| CI/CD pipeline complete | Add Jira issue comment |
| CI/CD pipeline complete | Change Jira issue status |
CI/CD Trigger
| Event | Trigger |
|---|---|
| Image pushed into Harbor | Jenkins pipeline |
| Code pushed into GitLab | Jenkins pipeline |
version: "2"
services:
odo-msg:
container_name: odo-msg
image: bxwill/odo-msg
restart: always
ports:
- 80:80
volumes:
- ./template:/workspace/template
- ./config:/workspace/config
environment:
JIRA_URL: ''
JIRA_USER: ''
JIRA_PASS: ''
JENKINS_URL: ''
JENKINS_USER: ''
JENKINS_TOKEN: ''
WWX_ROBOT_KEY: ''
DT_TOKEN: ''
DT_SECRET: ''
FS_TOKEN: ''
FS_SECRET: ''
Content type
Image
Digest
Size
43.7 MB
Last updated
about 5 years ago
docker pull bxwill/odo-msg