Downstream jobs not running

I have jenkins jobs with ‘build after other projects are built’ set. Recently the projects downstream are not running. I have checked the settings, reset the settings to try and fix without success. What can I do to fix this? These jobs are several years old with the ‘build after other projects are built’ set. The jobs haven’t changed, but they stopped working.

Using Jenkins 2.342.

Latest build where trigger did not work:

Build #292 (5-Apr-2022 9:00:09 PM)
BUILD SUCCESSFUL
Total time: 9 minutes 35 seconds
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in  5 second
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESSFUL

Last build where trigger worked:

Build #290 (31-Mar-2022 10:00:08 PM)
BUILD SUCCESSFUL
Total time: 11 minutes 19 seconds
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in  5 second
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Triggering a new build of IDWEB11-web » IDWEB11-package
Finished: SUCCESSFUL

It appears to be a regression in 2.341 that was introduced by pull request 6101. The bug is reported as

Will be fixed (by reverting the change) in the next weekly release. Pull request 6447 proposes to revert that change

2 Likes