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

Improve Resilience & Repeatability Of Linux Installers Packaging Process #747

Merged
merged 21 commits into from
Oct 5, 2023

Conversation

steelhead31
Copy link
Contributor

Fixes #710

Improve linux installer resilience and repeatability by checking for the presence of existing artifacts with the same name on the jfrog artifactory repository. Skip the upload whereby the files already exist.

Should a future packaging process fail during the upload, then the process should now be rerunnable, and not continue to fail when trying to upload a file that was uploaded during a previous run.

@steelhead31 steelhead31 marked this pull request as ready for review October 2, 2023 15:42
linux/Jenkinsfile Outdated Show resolved Hide resolved
linux/Jenkinsfile Outdated Show resolved Hide resolved
linux/Jenkinsfile Show resolved Hide resolved
@steelhead31 steelhead31 requested a review from karianna October 3, 2023 08:05
linux/Jenkinsfile Outdated Show resolved Hide resolved
linux/Jenkinsfile Outdated Show resolved Hide resolved
@steelhead31 steelhead31 requested a review from gdams October 4, 2023 11:29
linux/Jenkinsfile Show resolved Hide resolved
linux/Jenkinsfile Outdated Show resolved Hide resolved
linux/Jenkinsfile Outdated Show resolved Hide resolved
linux/Jenkinsfile Outdated Show resolved Hide resolved
steelhead31 and others added 2 commits October 5, 2023 08:56
Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
steelhead31 and others added 2 commits October 5, 2023 08:56
Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
@steelhead31 steelhead31 merged commit 1135c2f into adoptium:master Oct 5, 2023
6 checks passed
@steelhead31 steelhead31 deleted the fix_issue_710 branch October 5, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve installers upload process to check for existence of artifacts.
3 participants