likyh opened a new pull request, #3052:
URL: https://github.com/apache/incubator-devlake/pull/3052

   # Summary
   
   finish pipeline and issue webhook
   
   ### Does this close any open issues?
   Closes #3023
   
   ### test
   
   #### post a pipeline
   curl http://127.0.0.1:8080/plugins/webhook/1/cicd_pipeline -X 'POST' -d 
'{"platform":"gitlab","id":"A123123","result":"ABORT","status":"DONE","type":"CI/CD","duration_sec":1,"created_date":"2020-01-01T12:00:00+00:00","finished_date":"2020-01-01T12:59:59+00:00"}'
   ```{"success":true,"message":"success"}```
   
   #### post issue
   curl http://127.0.0.1:8080/plugins/webhook/1/issue -X 'POST' -d 
'{"board_key":"DLK","url":"","issue_key":"DLK-1235","title":"a feature from 
DLK","description":s":"TODO","original_status":"created","story_point":0,"resolution_date":null,"created_date":"2020-01-01T12:00:00+00:00","updated_date":null,"lead_time_minutes":0,"parent_issue_key":"DLK-1200","priority":"","original_estimate_minutes":0,"time_spent_minutes":0,"time_remaining_minutes":0,"creator_id":"user1131","creator_name":"Nick
 name 1","assignee_id":"user1132","assignee_name":"Nick name 
2","severity":"","component":""}'
   ```{"success":true,"message":"success"}```
   
   #### close issue
   curl http://12/DLK/DLK-1235/close -X 'POST'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to