From 42f1720172614271d8327995de8a20f86e7a16b7 Mon Sep 17 00:00:00 2001 From: dzaitsev Date: Sat, 3 May 2025 14:11:18 +0300 Subject: [PATCH] updating and testing ImageMatcher pipeline --- build/jenkins/ImageMatcher | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/jenkins/ImageMatcher b/build/jenkins/ImageMatcher index 0e6be75..733fd2c 100644 --- a/build/jenkins/ImageMatcher +++ b/build/jenkins/ImageMatcher @@ -3,12 +3,13 @@ pipeline { // Ensure this runs on your Windows agent agent { label 'Win10-BuildMachine' // Specify the agent label type and value directly + workspace 'C:/Jenkins/workspace/BuildDependencies' } tools { // Define any tools needed specifically for building ImageMatcher - // git 'Default' // Git is NOT needed for checkout in this pipeline - // dotnetsdk 'dotnet-sdk' // If ImageMatcher is a .NET project + git 'Default' // Git is NOT needed for checkout in this pipeline + //dotnetsdk 'dotnet-sdk' // If ImageMatcher is a .NET project } environment {