Skip to content

[JENKINS-29582] Avoid null buildselector#63

Closed
directhex wants to merge 2 commits into
jenkinsci:masterfrom
directhex:avoid-null-buildselector
Closed

[JENKINS-29582] Avoid null buildselector#63
directhex wants to merge 2 commits into
jenkinsci:masterfrom
directhex:avoid-null-buildselector

Conversation

@directhex
Copy link
Copy Markdown

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)

Jo Shields added 2 commits July 30, 2015 08:55
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
Copy Markdown
Author

Build failure caused by #60 not being merged yet.

@rafaelmagu
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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