-
Notifications
You must be signed in to change notification settings - Fork 99
[JENKINS-63102] Added two new Project Naming Strategies for "Contextual Project Path" and "Simple Project Path" #181
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
[JENKINS-63102] Added two new Project Naming Strategies for "Contextual Project Path" and "Simple Project Path" #181
Conversation
Added options for "Contextual" and "Simple" as per README and other documentation.
@@ -93,7 +95,7 @@ | |||
private String credentialsId; | |||
|
|||
/** | |||
* The behavioural traits to apply. |
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.
Minor spelling fixes.
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.
Sorry for all the unintended spelling "fixes". My Eclipse spelling plugin is set to US English and it flagged a whole bunch of corrections based on US English. I can revert these if you like.
15c96f7
to
cc2f9db
Compare
src/main/java/io/jenkins/plugins/gitlabbranchsource/ProjectNamingStrategyTrait.java
Outdated
Show resolved
Hide resolved
...ources/io/jenkins/plugins/gitlabbranchsource/ProjectNamingStrategyTrait/help-strategyId.html
Outdated
Show resolved
Hide resolved
Please resolve the conflict :) |
…uctor` and `@DataBoundSetter`. Also updated help details for naming strategy to clarify use cases.
8a84939
to
a7a046e
Compare
Added options for "Contextual" and "Simple" as per README and other
documentation.
This addressed the open JENKINS-63102. Details can be found on that ticket. This adds two additional options for Project Naming Strategy:

This has been tested via

mvn hpi:run
: