cize icon indicating copy to clipboard operation
cize copied to clipboard

🔌 Continuous integration with the simplest solution

Results 4 cize issues
Sort by recently updated
recently updated
newest added

* 在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 ``` ![image](https://user-images.githubusercontent.com/3538629/33759309-d6f11728-dc3c-11e7-8144-92e7da12de3f.png) 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 ``` ![image](https://user-images.githubusercontent.com/3538629/33758775-b7da7dae-dc3a-11e7-9692-e5c8f2478548.png) it seems that query is mounted as _query. So, the ```this.params``` does not work so well. ![image](https://user-images.githubusercontent.com/3538629/33758839-fc06f156-dc3a-11e7-938b-579e2c655103.png)

There should be an id to check status for automation. ![image](https://user-images.githubusercontent.com/3538629/33756215-623e2a40-dc2f-11e7-8348-3a50dfd9f53e.png)