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 }