-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.634 or higher + Batch Task Plugin
The Batch task history panel is empty (Find pane only) since the 1.634 version.
Maybe linked, a blocking bug has been introduced within the 1.633 version (cf. JENKINS-30820) that impeded to add any batch task on job.
I guess the bug comes from the core but maybe the Batch Task Plugin should be upgraded
Use case
To reproduce:
- install the Batch Tasks plugin
- create an empty freestyle job with Batch tasks option (echo "Hello world")
- run a build
- run the task several times
- look at the task build history (/job/<job name>/batchTasks/task/<task name>/)
Tested with 1.616, 1.632: the batch history panel displayed all the builds.
Tested with 1.633: cannot access to my job. Create a new one, cannot create Batch task because of ClassNotFoundException: org.jenkinsci.lib.envinject.service.EnvVarsResolver
Tested with 1.634, 1.642.3: the batch history panel is empty (Find pane only)
- links to
[JENKINS-33833] Lost the batch task history since 1.634
Description |
Original:
The Batch task history panel is empty (_Find pane only_) since the 1.634 version. Maybe linked, a blocking bug has been introduced within the 1.633 version (cf. I guess the bug comes from the core but maybe the [Batch Task Plugin|https://wiki.jenkins-ci.org/display/JENKINS/Batch+Task+Plugin] should be upgraded (?) *Use case* To reproduce: * install the Batch Tasks plugin * create an empty freestyle job with Batch tasks option (_echo "Hello world"_) * run the task several times * look at the task build history (_/job/<job name>/batchTasks/task/<task name>/_) Tested with 1.616, 1.632: the batch history panel displayed all the builds. Tested with 1.633: cannot access to my job. Create a new one, cannot create Batch task because of _ClassNotFoundException: org.jenkinsci.lib.envinject.service.EnvVarsResolver_ Tested with 1.634, 1.642.3: the batch history panel is empty (_Find pane only_) |
New:
The Batch task history panel is empty (_Find pane only_) since the 1.634 version. Maybe linked, a blocking bug has been introduced within the 1.633 version (cf. I guess the bug comes from the core but maybe the [Batch Task Plugin|https://wiki.jenkins-ci.org/display/JENKINS/Batch+Task+Plugin] should be upgraded (?) *Use case* To reproduce: * install the Batch Tasks plugin * create an empty freestyle job with Batch tasks option (_echo "Hello world"_) * run a build * run the task several times * look at the task build history (_/job/<job name>/batchTasks/task/<task name>/_) Tested with 1.616, 1.632: the batch history panel displayed all the builds. Tested with 1.633: cannot access to my job. Create a new one, cannot create Batch task because of _ClassNotFoundException: org.jenkinsci.lib.envinject.service.EnvVarsResolver_ Tested with 1.634, 1.642.3: the batch history panel is empty (_Find pane only_) |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Attachment | New: BatchTasksBuildHistory_Queue.Item.png [ 32842 ] |
envinject is not a dependency of Batch Tasks Plugin, so whatever is going on here, your steps to reproduce are incomplete.