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

change from null type to JSONNull type #70

Merged
merged 1 commit into from
May 10, 2020

Conversation

minche2
Copy link

@minche2 minche2 commented Apr 27, 2020

No description provided.

@minche2
Copy link
Author

minche2 commented Apr 28, 2020

@cashlalala, hi, cashlalala. Could you please help review this?

@cashlalala cashlalala added the wip work in process label May 4, 2020
@cashlalala cashlalala merged commit 5df2a7f into jenkinsci:master May 10, 2020
Copy link

@cashlalala cashlalala left a comment

Choose a reason for hiding this comment

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

thx

@@ -115,7 +115,7 @@ public void update(@Nonnull BuildContext context, @Nonnull JSONObject queueRespo
if (isLeft()) {
try {
JSONObject remoteJobInfo = queueResponse.getJSONObject("executable");
if (remoteJobInfo != null) {
if (!(remoteJobInfo.isNullObject())) {

Choose a reason for hiding this comment

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

Make sense. Thx

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wip work in process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants