when reading build overview using rest API,
Can you tell me why the following two commands are different?
cmd2 is real-time buildoverview information,
cmd1 does not seem to be real-time information.
Isn't it providing the same xml???
cmd 1 : curl -uuser:pass http://localhost:8810/rest/builds?configuration_id=1&count=1' (build id = 1)
cmd2 : curl -uuser:pass http://localhost:8810/rest/builds/1
- solved #2
- replies 1
- views 473
- stars 0