From 66cc529ffea3696ff47afa1f99b016771e8162e6 Mon Sep 17 00:00:00 2001 From: dzaitsev Date: Sat, 3 May 2025 13:53:41 +0300 Subject: [PATCH] updating and testing ImageMatcher pipeline --- build/jenkins/ImageMatcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jenkins/ImageMatcher b/build/jenkins/ImageMatcher index df8f274..e0ac3a1 100644 --- a/build/jenkins/ImageMatcher +++ b/build/jenkins/ImageMatcher @@ -34,7 +34,7 @@ pipeline { // Based on your original script, this likely involves running a build.cmd // The code is expected to be in the 'gps-denied' subdirectory due to the Dependencies pipeline checkout //dir('gps-denied\\image-matcher') { // Change directory to the ImageMatcher build location - // bat 'build.cmd' // Replace with the actual build command + // 1 bat 'build.cmd' // Replace with the actual build command } } }