-
Notifications
You must be signed in to change notification settings - Fork 830
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
Add support to configure projectFactories
for organization folders
#1043
Add support to configure projectFactories
for organization folders
#1043
Conversation
Is this still WIP? I guess by "clearing use case" you mean overriding or clearing the default |
@@ -16,6 +17,8 @@ class OrganizationFolderJob extends ComputedFolder { | |||
|
|||
/** | |||
* Sets the organizations in this folder. | |||
* | |||
* @since 1.58 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to copy the version from class level.
@@ -25,6 +25,8 @@ | |||
<triggers/> | |||
<navigators/> | |||
<projectFactories> | |||
<org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProjectFactory/> | |||
<org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProjectFactory> | |||
<scriptPath>Jenkinsfile</scriptPath> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leave the default config as it is for backwards compatibility
Thanks @daspilker , that is the feedback I was looking for. I'll take another stab at this in the next few days. |
…ity and clear the `projectFactories` when configuring them
projectFactories
for organization foldersprojectFactories
for organization folders
I think I've made the changes you requested and think this is ready for another round of review. |
issue: https://issues.jenkins-ci.org/browse/JENKINS-45528
Notes