[10.0.x] NO-ISSUE: Missing KIE Sandbox Quarkus Accelerator Jenkins job and checksum files content fixes #2596
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.
This PR adds a missing release candidate job for the KIE Sandbox Quarkus accelerator project.
It also fixes an issue where the release artifacts checksum files (.sha512) have the full path of the actual release file where it should only have the filename, causing the checksum verification to fail.
wrong checksum file contents:
3957b6375d9a58f5944406c7fa9ab10e38619131681a9894f6bd9261ec8d57195a0921bd52a5c3bca4bfa94991672027aa95559489f811940216e3fa91e2bf0c /home/jenkins/jenkins-agent/workspace/KIE/kie-tools/kie-tools-release-jobs/vscode-extensions-prod/release-artifacts/incubator-kie-10.0.0-rc1-bpmn-vscode-extension.vsix
correct checksum file contents:
3957b6375d9a58f5944406c7fa9ab10e38619131681a9894f6bd9261ec8d57195a0921bd52a5c3bca4bfa94991672027aa95559489f811940216e3fa91e2bf0c incubator-kie-10.0.0-rc1-bpmn-vscode-extension.vsix