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 #6

Merged
merged 10 commits into from Jun 16, 2016

Conversation

jglick
Copy link
Member

@jglick jglick commented Jun 9, 2016

@jglick jglick closed this Jun 10, 2016
@jglick jglick reopened this Jun 10, 2016
…tem from ExecutorPickle automatically.

(Cancelling that queue item, rather than the main build, already worked: QueueTaskFuture.get throws an exception.)
} else {
item = Queue.getInstance().getItem(itemID);
if (item == null) {
throw new IllegalStateException("queue lost item #" + itemID);
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure if it's safe if the QueueTask gets completed quickly

Copy link
Member Author

Choose a reason for hiding this comment

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

Queue.leftItems keeps things for five minutes, much longer than the recurrence period for this pickle.

@ghost
Copy link

ghost commented Jun 13, 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

🐝

@abayer
Copy link
Member

abayer commented Jun 15, 2016

To paraphrase Eddie Izzard, "I like my pull requests like I like my coffee - covered in 🐝s"

@jglick jglick merged commit b154b61 into jenkinsci:master Jun 16, 2016
@jglick jglick deleted the PPPP-JENKINS-26130 branch June 16, 2016 14:38
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