Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] wrapper script does not seem to be touching the log file

Hi.

I am setting up build in https://ci.eclipse.org/n4js
In the build maven is invoked like this

sh """mvn clean verify -P${profiles} ${extraOptions}"""


and sometimes it fails with this message:
07:45:57 [INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.eclipse.n4js.tester.nodejs.ui ---
07:46:44 wrapper script does not seem to be touching the log file in /home/hudson/genie.n4js/.jenkins/jobs/pipeline_wip/workspace/n4js@tmp/durable-199cd21f
07:46:44 (JENKINS-48300: if on a laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=300)

Mentioned Jenkins bug suggests to add mentioned property to the java options, but it looks like java options of the running Jenkins itself, and not build being executed.
https://issues.jenkins-ci.org/browse/JENKINS-48300

Is this something that you can configure for out JIPP?
Or would adding https://wiki.jenkins.io/display/JENKINS/Durable+Task+Plugin to Jenkins help?


Best Regards,
Jakub


--
Jakub

Back to the top