updating and testing ImageMatcher pipeline

This commit is contained in:
dzaitsev
2025-05-03 14:11:18 +03:00
parent 08e6e2e0c3
commit 42f1720172
+2 -1
View File
@@ -3,11 +3,12 @@ pipeline {
// Ensure this runs on your Windows agent // Ensure this runs on your Windows agent
agent { agent {
label 'Win10-BuildMachine' // Specify the agent label type and value directly label 'Win10-BuildMachine' // Specify the agent label type and value directly
workspace 'C:/Jenkins/workspace/BuildDependencies'
} }
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
} }