vlead / continuous-integration

This repository talks about implementation of continuous-integration project
Other
0 stars 1 forks source link

Assign/create labels to the issue when CI service runs the build #22

Open ksripathi opened 7 years ago

ksripathi commented 7 years ago

CI service' REST API should create an issue when build runs and also create/assign labels to the issue based on the result.

1) if build failed to run create an issue and assign 'build label' label 2) if build success create an issue and assign 'build successful' and close the issue

ksripathi commented 7 years ago

Implementation & Test cases : https://github.com/vlead/continuous-integration/blob/refactor/src/runtime/rest/api.org#implementation-6