-
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
[INFRA-910] - Core release automation #125
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
- 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
index.html should be ignore for war directory
Signed-off-by: Olivier Vernin <[email protected]>
Remove .FullName from msi build artifact
The 'latest' symlink allows the Download page on jenkins.io to have a constant URL that points to http://mirrors.jenkins.io/windows/latest . It relies on the production build process to update the symlink to point to the most recent build. Step 1 to fix https://issues.jenkins-ci.org/browse/WEBSITE-758 and jenkins-infra/jenkins.io#3476 . Step 2 requires a change in the Downloads page on jenkins.io.
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]>
[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.
Switch https://jenkins.io to https://www.jenkins.io in html files
Fix MSI version
slide
added a commit
to jenkins-infra/release
that referenced
this pull request
Oct 28, 2020
This needs to have jenkinsci/packaging#125 merged before this is merged.
…permissions in the MSI installer
[JENKINS-64053] - Escape SERVICE_USERNAME when configuring directory permissions in the MSI installer
Hooray!!!!! |
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.
Pull request for the integration branch for https://issues.jenkins-ci.org/browse/INFRA-910
Team: @olblak @slide @oleg-nenashev @MarkEWaite