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

Terminates the job if a flag is set on afterStep #4455

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

umbum
Copy link

@umbum umbum commented Sep 23, 2023

As-is : Even if the terminateOnly flag is set on afterStep, It is ignored and the next step is executed. There is no way to terminate a job gracefully without using the on(ExitStatus) method when building the job.

To-be : If the terminateOnly flag is set, the job terminates gracefully.

It looks similar to #1213 but It's different.
If developers want to explicitly terminate a job, they should be able to do so.

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

Successfully merging this pull request may close these issues.

None yet

2 participants