-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: bulk-builder-plugin
-
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.Â