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

[JENKINS-26130] Allow pickle rehydration to be interrupted #20

Merged
merged 7 commits into from Jun 16, 2016

Conversation

jglick
Copy link
Member

@jglick jglick commented Jun 10, 2016

// If we are still rehydrating pickles, try to stop that now.
Collection<ListenableFuture<?>> futures = pickleFutures;
if (futures != null) {
LOGGER.log(Level.FINE, "we are still rehydrating pickles in {0}", owner);
Copy link
Member

Choose a reason for hiding this comment

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

🐜 lowercase again. In this method both lowercase and uppercase letters are being used, so it is a kind of mess

@oleg-nenashev
Copy link
Member

Mostly LGTM

@ghost
Copy link

ghost commented Jun 15, 2016

This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation.

@oleg-nenashev
Copy link
Member

re-:bee:

@jglick jglick merged commit 539b838 into jenkinsci:master Jun 16, 2016
@jglick jglick deleted the PPPP-JENKINS-26130 branch June 16, 2016 14:29
svanoort added a commit that referenced this pull request Apr 6, 2017
Ensure that for SimpleBlockVisitor we find the REAL last branch for a parallel [JENKINS-38536]
dwnusbaum pushed a commit to dwnusbaum/workflow-cps-plugin that referenced this pull request Jun 1, 2020
[JENKINS-32062] Arrays could not be passed directly to methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants