Skip to content

DLPX-97390 Embed connector version in Windows installer artifact filename#394

Draft
suyash-jai wants to merge 1 commit into
developfrom
dlpx/pr/suyash-jai/20d602d7-1476-4f82-b9bf-39f9fb350858
Draft

DLPX-97390 Embed connector version in Windows installer artifact filename#394
suyash-jai wants to merge 1 commit into
developfrom
dlpx/pr/suyash-jai/20d602d7-1476-4f82-b9bf-39f9fb350858

Conversation

@suyash-jai
Copy link
Copy Markdown
Contributor

@suyash-jai suyash-jai commented May 29, 2026

Problem

The linux-pkg windows-connector build produces a flat DelphixConnectorInstaller.exe with no version information. Downstream pipeline stages (devops-gate stage0) have no way to determine which connector version the artifact corresponds to, making it impossible to publish under a version-namespaced directory.

Solution

Read connectorVersion from the checked-out build.gradle and copy the installer as DelphixConnectorInstaller-<ver>.exe instead of the flat name. This allows devops-gate stage0 to discover the version from the filename and publish under windows-connector/<ver>/DelphixConnectorInstaller.exe.

Companion change: devops-gate DLPX-97389 consumes the versioned filename and creates the version directory in the per-build S3 bucket and on the download center.

Testing Done

Pre-push appliance build verified — windows-connector/2.1.0.0/DelphixConnectorInstaller.exe present in the per-build S3 bucket alongside SHA256SUMS and MD5SUMS.

@suyash-jai suyash-jai force-pushed the dlpx/pr/suyash-jai/20d602d7-1476-4f82-b9bf-39f9fb350858 branch 3 times, most recently from 5872deb to df1f465 Compare June 2, 2026 05:28
…name

Read connectorVersion from build.gradle and copy the installer as
DelphixConnectorInstaller-<ver>.exe instead of the flat name, allowing
downstream pipeline stages (devops-gate stage0) to discover the version
from the filename and publish under a version-namespaced directory.

PR URL: https://www.github.com/delphix/linux-pkg/pull/394
@suyash-jai suyash-jai changed the title DLPX-17800 Publish standalone connector installer alongside the deb DLPX-97390 Embed connector version in Windows installer artifact filename Jun 2, 2026
@suyash-jai suyash-jai force-pushed the dlpx/pr/suyash-jai/20d602d7-1476-4f82-b9bf-39f9fb350858 branch from df1f465 to 5d80d0a Compare June 2, 2026 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant