Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: building issue in Jenkins #63

Closed
csheller opened this issue Nov 13, 2018 · 2 comments
Closed

CI: building issue in Jenkins #63

csheller opened this issue Nov 13, 2018 · 2 comments

Comments

@csheller
Copy link
Contributor

Log as below:

+ mvn -B -DskipTests clean package
--
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------------< net.bndy:wf >-----------------------------
[INFO] Building Web Framework 1.0.0
[INFO] --------------------------------[ war ]---------------------------------
Resuming build at Sun Nov 11 15:26:11 CST 2018 after Jenkins restart
Waiting to resume part of web-framework-for-java » master #9: ???
Ready to run at Sun Nov 11 15:26:19 CST 2018
wrapper script does not seem to be touching the log file in /opt/tomcat/.jenkins/workspace/web-framework-for-java_master-6BGTLHN5FD3EZ3TPH7W6T5PZTPGKM6FIR6XD4UJHYSQEV2HSX6QA@tmp/durable-b3003564
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)


@bndynet
Copy link
Owner

bndynet commented Nov 13, 2018

Thread Dump

Thread #20
at DSL.sh(awaiting process completion in /opt/tomcat/.jenkins/workspace/web-framework-for-java_perf-6BGTLHN5FD3EZ3TPH7W6T5PZTPGKM6FIR6XD4UJHYSQEV2HSX6QA@tmp/durable-b940b64d; recurrence period: 13741ms; check task scheduled; cancelled? false done? false)
at WorkflowScript.run(WorkflowScript:28)
at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.delegateAndExecute(jar:file:/opt/tomcat/.jenkins/plugins/pipeline-model-definition/WEB-INF/lib/pipeline-model-definition.jar!/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy:138)

@csheller
Copy link
Contributor Author

The workaround I tried was to go to Manage Jenkins -> System Console

then I entered:

System.setProperty("org.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL", "86400")

And then restart jenkins by url http://jenkins/restart, it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants