Skip to content

Conversation

@RickeyWard
Copy link

@RickeyWard RickeyWard commented Jan 25, 2022

Allow passing jobs that fail to stop/rm in time. Some large builds can succeed and fail to stop due to timeouts (increasing the timeout is not always an adequate solution) more info JENKINS-42322 (this is marked resolved but is still getting comments and some like my time are still having issues)

The idea is that a docker error after the build succeeds should have an escape hatch to let jobs be marked as successful.

JAVA_OPTS=-Dorg.jenkinsci.plugins.docker.workflow.client.DockerClient.SKIP_FAILJOB_ON_STOP_ERROR=true

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
    // Ensure you have provided tests - that demonstrates feature works or fixes the issue

I'm unsure how to write a test that doesn't have outside dependency on an image that exists just to hang, open to suggestions.

Allow passing of jobs that fail to stop/rm in time. Some large builds can succeed and fail on stop due to timeouts (increasing the timeout is not always an adequate solution) more info JENKINS-42322
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

Successfully merging this pull request may close these issues.

1 participant