-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins v1.399, batch-task v1.14 on rhel5.
When accessing the jenkins queue remote api (the python one in my case), if there is a batch task within the queue, the api returns the following exception :
javax.servlet.ServletException: class hudson.plugins.batch_task.BatchTask doesn't have @ExportedBean
org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:597)
org.kohsuke.stapler.Stapler.invoke(Stapler.java:640)
org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:204)
...
Sounds like batch task plugin isn't "remote api ready"