updating and testing ImageMatcher pipeline

This commit is contained in:
dzaitsev
2025-05-03 13:55:13 +03:00
parent 66cc529ffe
commit e01b7e4eac
+2 -2
View File
@@ -33,8 +33,8 @@ pipeline {
// This might involve compiling code, running build scripts, etc. // This might involve compiling code, running build scripts, etc.
// Based on your original script, this likely involves running a build.cmd // 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 // 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 dir('gps-denied\\image-matcher') { // Change directory to the ImageMatcher build location
// 1 bat 'build.cmd' // Replace with the actual build command bat 'build.cmd' // Replace with the actual build command
} }
} }
} }