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-44830] NPE after upgrading caused by fix of JENKINS-42959 #61

Merged
merged 1 commit into from Jun 12, 2017

Conversation

jglick
Copy link
Member

@jglick jglick commented Jun 12, 2017

JENKINS-44830

Amends #54. Reproduces reported NPE.

@reviewbybees

Copy link
Member

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

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

🐝

public SshHostKeyVerificationStrategy getSshHostKeyVerificationStrategy() {
return sshHostKeyVerificationStrategy;
}

@NonNull
SshHostKeyVerificationStrategy getSshHostKeyVerificationStrategyDefaulted() {
Copy link
Member

Choose a reason for hiding this comment

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

makes sense to make public later

Copy link
Member Author

Choose a reason for hiding this comment

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

Only if there are some external callers—currently I do not see a need for it.

@oleg-nenashev
Copy link
Member

@reviewbybees done

Copy link
Member

@daniel-beck daniel-beck left a comment

Choose a reason for hiding this comment

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

Looks good. Does this add a requirement to build on Linux that wasn't there before?

@jglick
Copy link
Member Author

jglick commented Jun 12, 2017

Does this add a requirement to build on Linux that wasn't there before?

Nope, if the docker command is not present, the test just gets skipped (as it does on the currently configured CI job).

@rtyler
Copy link
Member

rtyler commented Jun 12, 2017

thanks jesse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants