Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Triggered build id not found in cache, continue to query from server #4639

stang ·

What are the possible causes and remedies if a "Trigger Other Builds" Step repeatedly logs the message "Triggered build id not found in cache, continue to query from server..."?

We had a build where a "Trigger Other Builds" step had a log that started with:

22:03:11,962 INFO  - Running step...
22:08:12,465 TRACE - Triggered build id not found in cache, continue to query from server...
22:13:12,477 TRACE - Triggered build id not found in cache, continue to query from server...
22:18:12,490 TRACE - Triggered build id not found in cache, continue to query from server...

It continued to repeat the "Triggered build id not found in cache" message for about 4 hours until I manually cancelled the build.

On the Configuration Overview page of the configuration that would have been triggered, there were zero active Build Requests, nothing having Process Status of RUNNING_BUILD, WAITING_PROCESS, or anything else. There was also no Error Message box on the Configuration Overview.

The node that the configuration would have run on was up and available. When I re-ran the configuration containing the Trigger step, it successfully started a build of the target configuration.

  • replies 1
  • views 28
  • stars 0
robinshen ADMIN ·

Some possible reasons are build agent restarts, or network interruption preventing build ids to be cached, etc.