From cc86ba795b39079daf1026b1a21e48d87445ce30 Mon Sep 17 00:00:00 2001 From: dzaitsev Date: Sat, 3 May 2025 14:18:44 +0300 Subject: [PATCH] updating and testing ImageMatcher pipeline --- build/jenkins/ImageMatcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jenkins/ImageMatcher b/build/jenkins/ImageMatcher index 2e35770..cbfd08d 100644 --- a/build/jenkins/ImageMatcher +++ b/build/jenkins/ImageMatcher @@ -9,7 +9,7 @@ pipeline { tools { // Define any tools needed specifically for building ImageMatcher - // git 'Default' // Git is NOT needed for checkout in this pipeline + git 'Default' // Git is NOT needed for checkout in this pipeline // dotnetsdk 'dotnet-sdk' // If ImageMatcher is a .NET project }