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-29582] Avoid null buildselector #63

Closed

Conversation

directhex
Copy link

copyartifact is heavily depended on for s3, including some use of internal jelly.

This changeset includes two changes - it normalises the jelly to match the style of current copyartifact, removing its custom namespace (which fixes the build selector missing from job configuration), and it adds a fallback buildselector in the event of null being passed (which is a better fallback than throwing a NPE, as is the current behaviour)

This drops use of ca:selectorList (removed in copyartifact-1.35.1), and adds a fallback to StatusBuildSelector in the event of a bad BuildSelector being passed from jelly (a similar fallback exists in copyartifact)
@directhex
Copy link
Author

Build failure caused by #60 not being merged yet.

@rafaelmagu
Copy link

After this PR is merged, how quickly can we get a release out?

@alecharp alecharp changed the title Avoid null buildselector [JENKINS-29582] Avoid null buildselector Dec 17, 2015
@alecharp
Copy link
Member

It seems that the PR is not validated by the build. I cannot find the doFillAvailableBuildSelectorList which seems to require the config.jelly

@directhex
Copy link
Author

Closing, as this is superceded by #77

@directhex directhex closed this Feb 12, 2016
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.

3 participants