updating and testing BuildDependencies Jenkins pipeline file

This commit is contained in:
dzaitsev
2025-05-03 13:52:58 +03:00
parent 994528717c
commit edfdc00807
2 changed files with 69 additions and 2 deletions
+1 -2
View File
@@ -66,8 +66,7 @@ pipeline {
success {
echo 'Dependencies installed successfully. Triggering ImageMatcher Build pipeline...'
// Trigger the ImageMatcher Build pipeline job upon success
// Replace 'ImageMatcher Build' with the exact name of your ImageMatcher Jenkins job
build job: 'ImageMatcher Build',
build job: 'ImageMatcher',
wait: false // Set to true if you want Dependencies to wait for ImageMatcher to finish
// No parameters are passed by default, add if needed
}