updating and testing ImageMatcher pipeline

This commit is contained in:
dzaitsev
2025-05-03 14:18:44 +03:00
parent 0327459d1a
commit cc86ba795b
+1 -1
View File
@@ -9,7 +9,7 @@ pipeline {
tools { tools {
// Define any tools needed specifically for building ImageMatcher // 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 // dotnetsdk 'dotnet-sdk' // If ImageMatcher is a .NET project
} }