updating and testing ImageMatcher pipeline

This commit is contained in:
dzaitsev
2025-05-03 14:05:41 +03:00
parent e01b7e4eac
commit 5d44eb89e1
+4 -2
View File
@@ -1,7 +1,9 @@
// Jenkinsfile for Dependencies pipeline
pipeline {
agent { label 'Win10-BuildMachine' }
agent {
label 'Win10-BuildMachine' // Agent type and label
workspace 'C:/Jenkins/workspace/BuildDependencies' // Custom workspace path
}
tools {
// Define any tools needed specifically for dependency installation
// e.g., NuGet, package managers, etc.