Re: FileNotFound Exception for program.dat in almost all the jobs of a scheduled pipeline

2020-01-24 Thread Slide
Looks like this member should be marked transient: https://github.com/jenkinsci/aws-device-farm-plugin/blob/master/src/main/java/org/jenkinsci/plugins/awsdevicefarm/AWSDeviceFarmTestResultAction.java#L39 On Fri, Jan 24, 2020 at 5:42 AM Shivam Pokhriyal wrote: > More Details: > > I checked the c

Re: FileNotFound Exception for program.dat in almost all the jobs of a scheduled pipeline

2020-01-24 Thread Shivam Pokhriyal
More Details: I checked the contents of jenkins.log file and found out exceptions there ``` java.io.IOException: java.lang.RuntimeException: Failed to serialize hudson.model.Actionable#actions for class org.jenkinsci.plugins.workflow.job.WorkflowRun at hudson.XmlFile.write(XmlFile.java

FileNotFound Exception for program.dat in almost all the jobs of a scheduled pipeline

2020-01-24 Thread Shivam Pokhriyal
Not a duplicate of https://issues.jenkins-ci.org/browse/JENKINS-53775 since I'm not using a Job DSL plugin. I have a pipeline that is scheduled to run midnight everyday. But since last couple of weeks, I'm getting program.dat file not found exception very frequently for all the jobs in the pip