apache / incubator-devlake

Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and community growth.
https://devlake.apache.org/
Apache License 2.0
2.51k stars 493 forks source link

kw fix webhook deployment result #7566

Closed klesh closed 1 month ago

klesh commented 1 month ago

POSTED

{
    "id": "required-deplymentId-14_1",
    "createdDate":"2023-01-01T11:00:00+00:00",
    "startedDate":"2024-01-01T12:00:00+00:00",
    "finishedDate":"2024-02-02T13:00:00+00:00",
    "environment":"PRODUCTION",
    "result": "FAILURE",  <---
    "displayTitle":"this is deploy-display-title",
    "name": "this is deployment-name.",
    "deploymentCommits":[
       {
           "repoUrl":"repo-ur3",
           "refName": "release-v0.17",
           "commitSha":"c1",
           "commitMsg":"msg-1",
           "name":" it will be deployment for c1",
           "startedDate": "2024-01-02T12:00:00+00:00",
          "finishedDate": "2024-01-03T12:00:00+00:00",
           "displayTitle":"optional-custom-deployment-commit-display-title-1"
       },
       {
           "repoUrl":"repo-4",
           "refName": "release-v0.17",
           "commitSha":"c4",
           "commitMsg":"msg-4",
           "name":"it will be deployment for C4",
           "startedDate": "2024-01-02T12:00:00+00:00",
          "finishedDate": "2024-01-03T12:00:00+00:00",
           "displayTitle":"custom-deployment-commit-display-title-4"
       }
    ]
  }

GOT image

github-actions[bot] commented 1 month ago

🤖 Target: #release-v1.0 cherry pick finished successfully 🎉!