-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
os:windows 7
Jenkins ver. 1.509.1
build-pipeline :1.3.4-SNAPSHOT
I use the resource in github and build the plugin by myself.
The following is my log
WARNING: Skipping a non-existent field displayProgressBar
com.thoughtworks.xstream.converters.reflection.MissingFieldException: No field 'displayPr
at com.thoughtworks.xstream.converters.reflection.FieldDictionary.field(FieldDict
at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.getF
at hudson.util.RobustReflectionConverter.determineType(RobustReflectionConverter.
at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.ja
at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:7
at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractRe
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller
at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.re
at hudson.util.RobustCollectionConverter.populateCollection(RobustCollectionConve
at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(
at hudson.util.RobustCollectionConverter.unmarshal(RobustCollectionConverter.java
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:7
at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractRe
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller
at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter
at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.ja
at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:7
at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractRe
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller
at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134
at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(Abstra
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1061)
at hudson.util.XStream2.unmarshal(XStream2.java:109)
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1045)
at hudson.XmlFile.unmarshal(XmlFile.java:166)
at jenkins.model.Jenkins$16.run(Jenkins.java:2527)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:1
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
at jenkins.model.Jenkins$7.runTask(Jenkins.java:888)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Hi,
I can Use the pipeline view , and trigger the jobs but my jenkins.log is full of these errors.
I have the same problem here :
OS : Debian Squeeze
Jenkins Ver : 1.528
Build Pipeline Ver : 1.3.5