-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Update bundled LDAP plugin in order to restore missing help files #1682
Conversation
In e91782e some help files were removed from core because they were moved to LDAP plugin. Unfortunately, these help files are not available in LDAP plugin versions prior to 1.11.
👍 |
@jglick what's your opinion here? |
👍 |
👍 |
Lets give @jglick some time to respond, because there was a direct question. |
👍 |
Update bundled LDAP plugin in order to restore missing help files
If you want this to be an |
@jglick @olivergondza created JENKINS-28233 and labelled it as |
@albers |
@oleg-nenashev Please give me a hint where I should do that. What changelog besides |
I suppose it's the only changelog to be updated. Sorry if I've missed the
|
@oleg-nenashev No problem, thanks for reminding me. |
* master: (61 commits) [JENKINS-28384] Noting merge of jenkinsci#1700. update changelog: PR 1682 -> issue 28233, fix markup issue Remove duplicated 1.613 section from changelog [FIXED JENKINS-28384] NPE when Node.toComputer → null. Refactor fingerprint classes: Javadoc and annotations fixup ce747f9 Refactor ArgumentListBuilder#toWindowsCommand Improve ArgumentListBuilder#toWindowsCommand test coverage Forgotten @test annotation updated changelog for release updated changelog for release [maven-release-plugin] prepare release jenkins-1.613 [maven-release-plugin] prepare for next development iteration Report launcher exited before establishing the channel Remove erroneous '+ ' from log message. Increase visibility of Java 7 requirement Expose SlaveComputer#getLogDir() explicitly [FIXED JENKINS-28227] Switch to Enblish locale in RunTest#getDurationString to test messages. Noting jenkinsci#1591 Noting jenkinsci#1682 ...
In e91782e some help files were removed from core because they were moved to LDAP plugin in jenkinsci/ldap-plugin@98db723.
Unfortunately, these help files are not available in LDAP plugin versions prior to 1.11 and thus missing in current Jenkins releases.
An alternative would be to recover the help files in Jenkins core. But this would result in duplicated content when the user manually updates the LDAP plugin.