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

[Fixed JENKINS-35339] support Conditional Buildstep #8

Merged
merged 1 commit into from Jun 15, 2017

Conversation

missedone
Copy link
Contributor

see https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin

Missing builder
If you're not able to add the builder of your choice within a conditional build step (because it's not available within the dropdown), then this is likely because the builder does not provide a @DataBoundConstructor constructor and/or the Descriptor does not extend hudson.tasks.BuildStepDescriptor. For non programmers: the plugin you would like to use does not yet follow the newest Jenkins coding guidelines. Without this, the conditional buildstep plugin is not able to work with it.

screenshot at jun 15 06-20-15

@dalvizu dalvizu changed the title support Conditional Buildstep [Fixed JENKINS-35339] support Conditional Buildstep Jun 15, 2017
@dalvizu
Copy link
Member

dalvizu commented Jun 15, 2017

👍

@dalvizu dalvizu merged commit 2219a83 into jenkinsci:master Jun 15, 2017
@dalvizu dalvizu self-assigned this Jun 16, 2017
@dalvizu
Copy link
Member

dalvizu commented Jun 16, 2017

Released in 0.7

@dalvizu dalvizu added this to the 0.7 milestone Jun 16, 2017
@missedone
Copy link
Contributor Author

just verified with 0.7
thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants