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

Fix NodeProperties config on vSphere template #105

Merged
merged 4 commits into from
Aug 22, 2019

Conversation

pjdarton
Copy link
Member

@pjdarton pjdarton commented Aug 15, 2019

Existing config WebUI doesn't list all possible node properties, limiting what folks can enter. It should allow folks to specify any node properties that are suitable for the vSphere nodes.

This code change lets you add any node properties to a vSphere template.
It also fixes (well, bypasses) the problem whereby the existing configured node properties don't get loaded into the WebUI properly such that, unless the user re-enters them, they'll get wiped on save (not sure why that was happening, but this code change stops it happening).

This will resolve JENKINS-41428 and JENKINS-46375.

The config UI is getting way too wide - if we use shorter title text for
fields then it'll leave more space for the data and won't be so
scrunched up.
Plugin version now set from properties in pom.xml.
Changed Jenkins.getActiveInstance() to Jenkins.getInstance().
@pjdarton pjdarton merged commit f332494 into jenkinsci:master Aug 22, 2019
@pjdarton pjdarton deleted the nodeproperties branch August 22, 2019 10:46
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