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-35244] Implement the exws step #6

Closed
wants to merge 2 commits into from

Conversation

alexsomai
Copy link
Member

I'll do smaller commits from now on :)

CC @oleg-nenashev @martinda

@oleg-nenashev
Copy link
Member

Retriggering the build

@@ -76,6 +77,9 @@ public FormValidation doCheckName(@QueryParameter String value) {
}

public FormValidation doCheckPhysicalPathOnDisk(@QueryParameter String value) {
if (!isRelativePath(fixEmptyAndTrim(value))) {
Copy link
Member

Choose a reason for hiding this comment

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

StringUtils.isBlank() is preferable

break;
}
}
if (selectedTemplate != null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

You could replace this line with an early return if (selectedTemplate == null) return null, but no strong opinion here.

@martinda
Copy link
Contributor

martinda commented Jun 7, 2016

Thank you Alex!

@oleg-nenashev
Copy link
Member

LGTM 👍

@alexsomai
Copy link
Member Author

This branch was created against exws-allocate-step branch, but it should be merged into master.
Closing it in favor of #12

@alexsomai alexsomai closed this Jun 9, 2016
@alexsomai alexsomai deleted the exws-step branch June 21, 2016 12:55
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