-
Bug
-
Resolution: Unresolved
-
Minor
-
Linux 3.10.0-1160.59.1.el7.x86_64 #1 SMP Wed Feb 23 16:47:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Jenkins 2.332.1
Job Generator Version 1.22
After applying the built-in-node-migration described in https://www.jenkins.io/doc/book/managing/built-in-node-migration/
jenkins jobs of type Job Generator do not execute. The are pending for execution with the message
(pending—There are no nodes with the label 'master') |
If I add the label master to the built-in node configuration, the jenkins jobs of type Job Generator do not execute but the message changes to:
(pending—Waiting for next available executor on ‘builtin’) |
even if there are free executors available, the jobs are always pending and do not execute
[JENKINS-68140] built-in-node-migration-regression There are no nodes with the label 'master'
Description |
Original:
After applying the built-in-node-migration described in [https://www.jenkins.io/doc/book/managing/built-in-node-migration/]
jenkins jobs of type Job Generator do not execute. The are pending for execution with the message |(pending—There are no nodes with the label '[master|http://prejenkins.upv.es:8009/label/master]')| If I add the label master to the built-in node configuration, the jenkins jobs of type Job Generator do not execute but the message changes to: |(pending—There are no nodes with the label '[master|http://prejenkins.upv.es:8009/label/master]')| |
New:
After applying the built-in-node-migration described in [https://www.jenkins.io/doc/book/managing/built-in-node-migration/]
jenkins jobs of type Job Generator do not execute. The are pending for execution with the message |(pending—There are no nodes with the label '[master|http://prejenkins.upv.es:8009/label/master]')| If I add the label master to the built-in node configuration, the jenkins jobs of type Job Generator do not execute but the message changes to: |(pending—Waiting for next available executor on ‘builtin’)| |
Description |
Original:
After applying the built-in-node-migration described in [https://www.jenkins.io/doc/book/managing/built-in-node-migration/]
jenkins jobs of type Job Generator do not execute. The are pending for execution with the message |(pending—There are no nodes with the label '[master|http://prejenkins.upv.es:8009/label/master]')| If I add the label master to the built-in node configuration, the jenkins jobs of type Job Generator do not execute but the message changes to: |(pending—Waiting for next available executor on ‘builtin’)| |
New:
After applying the built-in-node-migration described in [https://www.jenkins.io/doc/book/managing/built-in-node-migration/]
jenkins jobs of type Job Generator do not execute. The are pending for execution with the message |(pending—There are no nodes with the label '[master|http://prejenkins.upv.es:8009/label/master]')| If I add the label master to the built-in node configuration, the jenkins jobs of type Job Generator do not execute but the message changes to: |(pending—Waiting for next available executor on ‘builtin’)| even if there are free executors available, the jobs are always pending and do not execute |
Summary | Original: built-in-node-migration-regression There are no nodes with the label 'master') | New: built-in-node-migration-regression There are no nodes with the label 'master' |
Job generator plugin was last released 8 years ago. The last commit to the repository was also 8 years ago. Probably best to convert your jobs to use Jenkins Pipeline.
If the plugin is crucial to you, you could adopt the plugin, modify it to support the current Jenkins versions, and release a new version. The "Contributing to Open Source" workshop may be helpful, including the 5 part video series.
The plugin also contains a known security vulnerability. Really best to convert your jobs to use Jenkins Pipeline.