jenkinsci / build-timeout-plugin

Jenkins build-timeout plugin
https://plugins.jenkins.io/build-timeout/
31 stars 80 forks source link

Add Action to store the timeout reason in the build #83

Closed v1v closed 1 year ago

v1v commented 2 years ago

What

Add InvisibleAction with the timeout reason operation.

Why

Actions are persistence therefore this will help to know the timeout reason if querying the api or accessing programmatically the build.

Actions

krisstern commented 2 years ago

@v1v Thanks for the PR! I will review this PR soon and get back to you ASAP.

krisstern commented 2 years ago

@v1v In light of recent PR's merged, would it be possible for you to review and resolve the conflicts in the following files?:

krisstern commented 1 year ago

Code in pull request is too buggy even after initial attempts to fix. Mostly NullPointerExceptions that cannot be handled simply.

krisstern commented 1 year ago

Closing pull request as stale.