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-29767] selector should not be used in config.jelly #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ikedam
Copy link
Member

@ikedam ikedam commented Aug 8, 2015

JENKINS-29767

PromotedBuildSelector no longer preserves its configuration in the project configuration pages with copyartifact-1.35.2.
This is for copyartifact no longer uses its own jelly tag and no longer provides selector for subclasses of BuildSelector.
selector is considered as an internal variable of copyartifact and other plugins shouldn't use that. They should standard instance instead.

This change makes promoted-build-simple-plugin use instance instead of selector and adds a test for that.

…or BuildSelectors as it's an internal variable of copyartifact-plugin and not supported since copyartifact-1.35.2.
@ikedam
Copy link
Member Author

ikedam commented Aug 8, 2015

Jenkins should fail as promoted-build-simple is designed for Jenkins-1.398 and cannot be built with JDK7.
You need JDK6 to build and test this plugin.

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.

1 participant