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

Update the plugin towards the 1.6.0 release #33

Merged
merged 4 commits into from
Jan 29, 2018

Conversation

oleg-nenashev
Copy link
Member

It is required to release a fix for JENKINS-48970. The plugin has no tests, so we have not verified the fix completeness yet. There are some suspicious things in the code

  • - Add Jenkinsfile
  • - Update parent POM to fix the distribution management
  • - Fix FindBugs issues reported after Small refactoring #32 (CC @Wadeck)

@reviewbybees @Wadeck @jglick

Copy link
Contributor

@Wadeck Wadeck left a comment

Choose a reason for hiding this comment

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

🐝 LGTM

@oleg-nenashev
Copy link
Member Author

No tests, no problems (c)

@@ -575,11 +585,11 @@ public String getPostLogOutUrl(StaplerRequest req, Authentication auth) {
}

@Override
public SecurityComponents createSecurityComponents() {
public SecurityComponents createSecurityComponents() throws DataAccessException {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a runtime exception, which is declared by loadUserByUsername()

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

Successfully merging this pull request may close these issues.

2 participants