From e01b7e4eac226de3de43461bf730109a5363afb7 Mon Sep 17 00:00:00 2001 From: dzaitsev Date: Sat, 3 May 2025 13:55:13 +0300 Subject: [PATCH] updating and testing ImageMatcher pipeline --- build/jenkins/ImageMatcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jenkins/ImageMatcher b/build/jenkins/ImageMatcher index e0ac3a1..cccd80b 100644 --- a/build/jenkins/ImageMatcher +++ b/build/jenkins/ImageMatcher @@ -33,8 +33,8 @@ pipeline { // This might involve compiling code, running build scripts, etc. // 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 - // 1 bat 'build.cmd' // Replace with the actual build command + dir('gps-denied\\image-matcher') { // Change directory to the ImageMatcher build location + bat 'build.cmd' // Replace with the actual build command } } }