diff --git a/build/jenkins/ImageMatcher b/build/jenkins/ImageMatcher index cccd80b..0e6be75 100644 --- a/build/jenkins/ImageMatcher +++ b/build/jenkins/ImageMatcher @@ -3,11 +3,6 @@ pipeline { // Ensure this runs on your Windows agent agent { 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 {