updating and testing ImageMatcher pipeline

This commit is contained in:
dzaitsev
2025-05-03 14:09:03 +03:00
parent 4ee901e533
commit 08e6e2e0c3
-5
View File
@@ -3,11 +3,6 @@ pipeline {
// Ensure this runs on your Windows agent // Ensure this runs on your Windows agent
agent { agent {
label 'Win10-BuildMachine' // Specify the agent label type and value directly label 'Win10-BuildMachine' // Specify the agent label type and value directly
// Explicitly set the workspace to the shared BuildDependencies workspace
// This ensures the ImageMatcher build occurs within the same directory structure
// where dependencies were installed and Azaion Suite code resides.
// Adjust this path if needed
workspace 'C:/Jenkins/workspace/BuildDependencies' // **Updated workspace path**
} }
tools { tools {