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

[INFRA-1779] Our jenkins instances need longer heartbeat timeouts for pipeline #1490

Open
jenkins-infra-bot opened this issue Sep 14, 2018 · 1 comment
Labels
ci.jenkins.io imported-jira-issue Issues imported from the Jira INFRA project, see #9 jira-component:ci jira-type:ci

Comments

@jenkins-infra-bot
Copy link

Seeing exceptions like this

Step 9/20 : COPY --from=builder ${APP_DIR} .

wrapper script does not seem to be touching the log file in /home/jenkins/workspace/Containers/evergreen@tmp/durable-f9eca801

(JENKINS-48300: if on a laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=300)

Cannot contact ubuntu-jenkinsinfra51c610: java.lang.InterruptedException

wrapper script does not seem to be touching the log file in /home/jenkins/workspace/Containers/evergreen@tmp/durable-f9eca801

(JENKINS-48300: if on a laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=300)

script returned exit code -1

Which can be fixed with the system property set

14:58 (   rodrigc ) rtyler: this is what I have in my pipeline:
14:58 (   rodrigc ) steps {
14:58 (   rodrigc )  script {
14:58 (   rodrigc )      // workaround for bug JENKINS-48300
14:58 (   rodrigc )      System.setProperty("org.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL", "36000");

Originally reported by rtyler, imported from: Our jenkins instances need longer heartbeat timeouts for pipeline
  • assignee: rtyler
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022/01/10
@jenkins-infra-bot
Copy link
Author

hlemeur:

R. Tyler Croy is this issue still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci.jenkins.io imported-jira-issue Issues imported from the Jira INFRA project, see #9 jira-component:ci jira-type:ci
Projects
None yet
Development

No branches or pull requests

2 participants