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] Way to print progress from pickles #5

Merged
merged 4 commits into from Jun 16, 2016

Conversation

jglick
Copy link
Member

@jglick jglick commented Jun 9, 2016

JENKINS-26130

@reviewbybees

@@ -180,7 +182,11 @@ public void onSuccess(List<StepExecution> result) {

@Override
public void onFailure(Throwable t) {
LOGGER.log(WARNING, null, t);
if (t instanceof CancellationException) {
LOGGER.log(Level.FINE, "cancelled load of " + e, t);
Copy link
Member

Choose a reason for hiding this comment

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

NIT: start entries from the uppercase letter?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure if there is any particular convention.

Copy link
Member

Choose a reason for hiding this comment

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

But maybe makes sense to keep in consistent within Pipeline plugin at least

@oleg-nenashev
Copy link
Member

🐝 for the implementation, 🐜 for annotations and naming. Mostly NIT

@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:

@abayer
Copy link
Member

abayer commented Jun 15, 2016

🐝 as well

@jglick jglick merged commit d85f3c2 into jenkinsci:master Jun 16, 2016
@jglick jglick deleted the PPPP-JENKINS-26130 branch June 16, 2016 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants