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

Fix some issues with dockerNode mixed with node #957

Merged
merged 1 commit into from
May 23, 2023

Conversation

jglick
Copy link
Member

@jglick jglick commented May 23, 2023

Closes #948, adapting to jenkinsci/workflow-durable-task-step-plugin#180. I would not be surprised if there are some more corner cases (like jenkinsci/workflow-durable-task-step-plugin#292) affecting something you should never do—hold onto two (or more) executors at once—which generally results from misunderstanding, especially in a Declarative Pipeline which may obscure the control flow. Also doing the equivalent of jenkinsci/workflow-durable-task-step-plugin#128 since I noticed that had been forgotten here. See also #557.

@jglick jglick requested a review from a team as a code owner May 23, 2023 13:58
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@basil basil merged commit afae1ff into jenkinsci:master May 23, 2023
@basil basil added the bug An issue reporting a bug or a PR fixing one. label May 23, 2023
@jglick jglick deleted the DockerNodeStepExecution branch May 23, 2023 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue reporting a bug or a PR fixing one.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants