From 08e6e2e0c35a884ac4f0b828abb7c50d6024f347 Mon Sep 17 00:00:00 2001 From: dzaitsev Date: Sat, 3 May 2025 14:09:03 +0300 Subject: [PATCH] updating and testing ImageMatcher pipeline --- build/jenkins/ImageMatcher | 5 ----- 1 file changed, 5 deletions(-) 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 {