updating and testing ImageMatcher pipeline

This commit is contained in:
dzaitsev
2025-05-03 14:07:19 +03:00
parent 99f3a973a8
commit 4ee901e533
+2 -3
View File
@@ -1,8 +1,7 @@
// Jenkinsfile for Dependencies pipeline
pipeline {
agent {
label 'Win10-BuildMachine' // Agent type and label
}
agent { label 'Win10-BuildMachine' }
tools {
// Define any tools needed specifically for dependency installation
// e.g., NuGet, package managers, etc.