Branch: refs/heads/master
Home: https://github.com/jenkinsci/build-blocker-plugin
Commit: c82fc20baed6191a26621c8c2dacb00ac0ece282
https://github.com/jenkinsci/build-blocker-plugin/commit/c82fc20baed6191a26621c8c2dacb00ac0ece282
Author: Mark Waite <[email protected]>
Date: 2024-05-19 (Sun, 19 May 2024)
Changed paths:
M
src/main/java/hudson/plugins/buildblocker/BuildBlockerQueueTaskDispatcher.java
Log Message:
-----------
[JENKINS-73119] Catch the class not found exception (#26)
If the folders plugin is not installed, jobs fail to start and report:
"Exception evaluating if the gueue can run the task"
Once the class not found exception is caught, then the job runs as expected.
Confirmed the failure by running Jenkins 2.426.3 with the build blocker
plugin 165.v5ecb_fb_f61520 installed. I created a freestyle job and
ran it. The run failed with the message "Exception evaluating if the
gueue can run the task".
Confirmed the failure is resolved by installing the build of this commit
and ran the same job without error. Confirmed that the class not found
exception was written to the Jenkins logger when I enabled FINE logging
for the BuildBlockerQueueTaskDispatcher. FINE logging is disabled by
default, so the Jenkins log will not be cluttered by those exception
messages unless an administrator specifically enables it.
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkinsci/build-blocker-plugin/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/build-blocker-plugin/push/refs/heads/master/5ecbfb-c82fc2%40github.com.