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

Moved PushdStep to workflow-durable-task-step #258

Merged
merged 2 commits into from
Feb 16, 2023

Conversation

jglick
Copy link
Member

@jglick jglick commented Feb 16, 2023

.withCallback(BodyExecutionCallback.wrap(getContext()))
.start();
return false;
throw new AssertionError("only deserialized");
Copy link
Member

Choose a reason for hiding this comment

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

Did you test deserialization of the old execution with this PR?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, see testing notes in upstream.

Copy link
Member

Choose a reason for hiding this comment

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

Ok great; It looks like I was reviewing the upstream PR at the same time you were adding the testing notes, so I did not see them before.

@jglick jglick marked this pull request as ready for review February 16, 2023 22:51
@jglick jglick requested a review from a team as a code owner February 16, 2023 22:51
@jglick jglick merged commit f7ab98e into jenkinsci:master Feb 16, 2023
@jglick jglick deleted the PushdStep branch February 17, 2023 16:11
froque added a commit to jenkinsci/plugin-usage-plugin that referenced this pull request Jun 28, 2023
Happend with org.jenkinsci.plugins.workflow.steps.PushdStep that was moved
from workflow-basic-steps-plugin to org.jenkinsci.plugins.workflow.support.steps.PushdStep
in workflow-durable-task-step-plugin

jenkinsci/workflow-basic-steps-plugin#258
jenkinsci/workflow-durable-task-step-plugin#293
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants