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

Added support Multijob type projects #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added support Multijob type projects #4

wants to merge 2 commits into from

Conversation

jvanbouchaute
Copy link

Added support for the multijob type projects, so that the release process can be used for those project types

https://wiki.jenkins-ci.org/display/JENKINS/Multijob+Plugin

@buildhive
Copy link

Jenkins » release-plugin #5 SUCCESS
This pull request looks good
(what's this?)

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

Conflicts:
	src/main/java/hudson/plugins/release/ReleaseWrapper.java
Copy link
Member

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It cannot work properly without the plugin installed. Also there is a merge conflict

@@ -482,7 +483,7 @@ private ExtensionList getSteps()

@Override
public boolean isApplicable(AbstractProject<?, ?> item) {
return FreeStyleProject.class.isInstance(item) || MavenModuleSet.class.isInstance(item) || MatrixProject.class.isInstance(item);
return FreeStyleProject.class.isInstance(item) || MavenModuleSet.class.isInstance(item) || MatrixProject.class.isInstance(item) || MultiJobProject.class.isInstance(item);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will cause the ClassNotFound exception if this plugin is not installed

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

Successfully merging this pull request may close these issues.

4 participants