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 {