Skip to content

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

@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