cize
cize copied to clipboard
🔌 Continuous integration with the simplest solution
* 在trigger API中返回 sn, 从 store查询下一个SN. * 支持console API 返回JSON类型数据
By issuing ```return_type``` in query, get JSON Returns. ``` GET /api/projects/purelog/jobs/xxx/records/1/console?return_type=json HTTP/1.1 Content-Type: application/json Accept: application/json ```  If the job's output is not in JSON string format, just return...
``` POST http://localhost:9000/api/projects/xxx/jobs/xxx/records/14/console?return_type=json ```  it seems that query is mounted as _query. So, the ```this.params``` does not work so well. 
There should be an id to check status for automation. 