-
Bug
-
Resolution: Unresolved
-
Major
-
None
I am running jobs from a remote server on Jenkins which uses Bull Builder to run jobs. I am running jobs using the following command.
curl -u username:password -X POST http://localhost:8080/bulkbuilder/build -d action=immediate_build -d build=all -d pattern=foo
But I would also like to get the status of the jobs run by Bulk Builder from the remote machine. Is there any way to get the status of those jobs.