-
Notifications
You must be signed in to change notification settings - Fork 82
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
Fast forward stable-2.263 to match master branch #202
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`JENKINS_JAVA_OPTIONS` may contain CSP arguments such as: ```-Dhudson.model.DirectoryBrowserSupport.CSP=\"style-src * 'unsafe-inline';\"``` To avoid globbing and word-splitting, this change double quote wraps `JAVA_CMD` where it is used. This may be a breaking change for other unusual use cases, where users rely on the glob expansion of this variable. If so, an additional variable can be introduced purely for arguments that mush avoid glob expansion.
- Add initial Chocolatey package - Rework Windows installer to remove JRE - Add branding images - Add ability to select account, port and installation director
Reworked to be more like the deb/rpm build scripts
Made layout look more like deb/rpm directory structures
Co-Authored-By: Oleg Nenashev <[email protected]>
Co-Authored-By: Oleg Nenashev <[email protected]>
Co-Authored-By: Oleg Nenashev <[email protected]>
Co-Authored-By: Oleg Nenashev <[email protected]>
Co-Authored-By: Oleg Nenashev <[email protected]>
Co-Authored-By: Oleg Nenashev <[email protected]>
Co-Authored-By: Oleg Nenashev <[email protected]>
Co-Authored-By: Oleg Nenashev <[email protected]>
Update Windows installer
…ndows-build Update Windows 'latest' symlink after uploading new msi
The Windows installer for Jenkins is named 'jenkins.msi', not 'windows.msi'. Create the symbolic link to point to 'jenkins.msi'. Verified by performing the same operation on the local file system of pkg.jenkins.io. Also fixes jenkins-infra/jenkins.io#3514
Co-authored-by: Daniel Beck <[email protected]>
…file-name [INFRA-2763] Use correct file name in Windows installer link
…d to minimise diffs.
RELEASELINE is used in the MSI package name
Adding gpg key details (including fingerprints) to the RPM/Debian pages.
…utomation Switch https://jenkins.io to https://www.jenkins.io in html files
Fix MSI version
…permissions in the MSI installer
[JENKINS-64053] - Escape SERVICE_USERNAME when configuring directory permissions in the MSI installer
…e-automation [INFRA-910] - Core release automation
Change the regex to detect just the major version of java
Java 7 has not been supported since Jenkins 2.54
…java-7 Remove Java 7 check from rpm init script
Prevent glob expansion on JAVA_CMD
oleg-nenashev
approved these changes
Dec 2, 2020
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.
Looks good AFAICT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The stable-2.263 branch needs the changes that are on the master branch.