Open rikiNeustadt opened 2 years ago
It's possible you have to handle a 404 from the queue endpoint and retry with some max retry timeout (I've seen issues that report that the queue is guaranteed to live for at least 5 minutes, so you could use that).
I tried to use @silas solution on this issue: https://github.com/silas/node-jenkins/issues/102. I get an error of 'Error: jenkins: queue.item: not found.' After building the job I get the queue ID but, somehow the queue is broken. Please help