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 Project Naming Strategy check to existing folder names #3

Closed
wants to merge 2 commits into from
Closed

Conversation

christ66
Copy link
Member

Currently the Project Naming Strategy only works for Jobs when force existing is true. This pull request enables the Project Naming Strategy when forced enabled is enabled.

@cloudbees-pull-request-builder

plugins » cloudbees-folder-plugin #28 FAILURE
Looks like there's a problem with this pull request

@jenkinsadmin
Copy link
Member

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

}
} finally {
// Reset project naming strategy so other tests don't fail!
jenkins.setProjectNamingStrategy(ProjectNamingStrategy.DEFAULT_NAMING_STRATEGY);
Copy link
Member

Choose a reason for hiding this comment

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

Probably unnecessary, since each test gets its own jenkins.

@jglick
Copy link
Member

jglick commented Jan 16, 2014

On the right track but not quite right. Also would probably need to be backported to a 4.2.x branch (not yet created) for compatibility with older Jenkins cores. Will try to rework this soon.

@cloudbees-pull-request-builder

plugins » cloudbees-folder-plugin #29 FAILURE
Looks like there's a problem with this pull request

@jglick jglick changed the title Added Project Naming Strategy check to existing folder names. [WiP] Added Project Naming Strategy check to existing folder names. May 6, 2015
@jglick jglick changed the title [WiP] Added Project Naming Strategy check to existing folder names. Added Project Naming Strategy check to existing folder names Oct 7, 2015
@bitwiseman
Copy link
Contributor

Ancient. Please comment if you want to pick up the PR.

@bitwiseman bitwiseman closed this Jul 23, 2021
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.

5 participants