Sign inSign up

bxwill/odo-msg

By bxwill

Updated about 5 years ago

OpenDevOps MSG Center

Image
0

1.8K

bxwill/odo-msg repository overview

OpenDevOps Message Center

Scenarios
  • Message Robot

    EventTitle
    Jira user creates an issueAttention! Jira @you
    Jira user assign an issueAttention! Jira @ASSIGNEE
    Jira user change issue status to fixedAttention! Jira @REPORTER
    Jira issue comment @youAttention! Jira @YOU
    New image pushed into HarborGreat! Harbor @you
    Automation test complete and 100% PASSWonderful! CI/CD @you
    Automation test complete but NOT 100% PASSOops! CI/CD @you
    Daily issue statusIssue Daily Report
    Daily test case execution processTesting Daily Report
  • PM Automation

    EventAction
    CI/CD pipeline completeAdd Jira issue comment
    CI/CD pipeline completeChange Jira issue status
  • CI/CD Trigger

    EventTrigger
    Image pushed into HarborJenkins pipeline
    Code pushed into GitLabJenkins pipeline
OpenAPI Doc
  • /oapi/ui
Deployment
  • docker-compose
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: ''

Tag summary

Content type

Image

Digest

Size

43.7 MB

Last updated

about 5 years ago

docker pull bxwill/odo-msg