unable to cancel horde job

I’m in the process of configuring Buildgraph for our studio. I tried to package a build for the first time via the Horde UI but it errored, and I am unable to cancel the job the so it seems like it’s stuck there forever. I retried, and the second attempt also failed, (with a different error). Now there are two failed jobs that I cannot cancel. How can I clear my queue?

I have been trying to track down the error that is causing my jobs to fail, and it seems to be related to p4 trust.

Unhandled exception while running conform: Failed: The authenticity of '##.###.###.###:####' can't be established

Steps to Reproduce

Submit job via horde server template,

Job errors

Try to cancel job from horde web UI Job menu[Image Removed]

Hey there,

Regarding p4 trust - please review this documentation.

This appears to be a rather old version of Horde, so mileage will vary on some suggestions here.

You could try issuing various rest APIs to try and delete this job:

  • DELETE /api/v1/jobs/{jobId}
    • may be what you’re looking for (5.4 reference)
      • You can explore all of these via the HORDE_URL/swagger/index.html

I hope this helps!

Julian

Hi Julian,

Thanks for the reply. I was able to get past the p4 trust issue by copying the p4trust.txt file to the systemprofile folder

I will try making api calls to clear out the failed jobs from my horde server.