Skip to content

update_windows_build_tags#4342

Open
ngrozae wants to merge 1 commit into
mainfrom
update_windows_build_tags
Open

update_windows_build_tags#4342
ngrozae wants to merge 1 commit into
mainfrom
update_windows_build_tags

Conversation

@ngrozae

@ngrozae ngrozae commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

🛠 Summary

Updates behavior for naming parameters in windows build pipelines

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

Copilot AI review requested due to automatic review settings June 29, 2026 12:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Windows on-commit CI pipeline artifact naming logic so branch/custom tags are appended conditionally, avoiding unwanted separators (e.g., trailing - when CUSTOM_TAG is empty).

Changes:

  • Reworked tag construction to conditionally append BRANCH_NAME and CUSTOM_TAG.
  • Adjusted the artifact copy destination filename format to rely on the new tag prefixing behavior.

windows.clean()
windows.build()
windows.unit_test()
tag = ""
Comment on lines 37 to 39
if (env.OV_SHARE_05_IP != null && env.OV_SHARE_05_IP != "") {
bat(returnStatus:true, script: "copy /Y ${env.WORKSPACE}\\dist\\windows\\ovms.zip \\\\${env.OV_SHARE_05_IP}\\data\\cv_bench_cache\\OVMS_do_not_remove\\ovms-windows-${python_presence}-${tag}.zip")
bat(returnStatus:true, script: "copy /Y ${env.WORKSPACE}\\dist\\windows\\ovms.zip \\\\${env.OV_SHARE_05_IP}\\data\\cv_bench_cache\\OVMS_do_not_remove\\ovms-windows-${python_presence}${tag}.zip")
}
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.

2 participants